summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaul.edwards%sun.com <devnull@localhost>2004-03-11 06:33:10 +0000
committersaul.edwards%sun.com <devnull@localhost>2004-03-11 06:33:10 +0000
commit83c8c547eb8632fb9247fb4a8af40389a4f29700 (patch)
tree88ae20909abbe0351b7fee50a4ead46d36615ff1
parent63984163aaa0d71c6d543face181661af538ccd5 (diff)
downloadnss-hg-83c8c547eb8632fb9247fb4a8af40389a4f29700.tar.gz
Mark NSS 3.3.9 as RTM just in case WS6.1sp2 must release sooner than JES 2
-rw-r--r--security/nss/lib/nss/nss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index b2b44d80d..3532ffa58 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -49,11 +49,11 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.3.9beta"
+#define NSS_VERSION "3.3.9"
#define NSS_VMAJOR 3
#define NSS_VMINOR 3
#define NSS_VPATCH 9
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*