summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-01-08 01:04:56 +0000
committerwchang0222%aol.com <devnull@localhost>2004-01-08 01:04:56 +0000
commit38d82034c7e95b00d8fbd9a1b5f4456c239f0931 (patch)
treedc044f938304c890ead37338f65b18b773419296
parent509a86b2709db1d8ce1ec4753ac583539bc58864 (diff)
downloadnss-hg-38d82034c7e95b00d8fbd9a1b5f4456c239f0931.tar.gz
Set NSS version to 3.9.
-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 989b7fad2..6f6b578eb 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.9 Beta 6"
+#define NSS_VERSION "3.9"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
#define NSS_VPATCH 0
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*