summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-10-08 23:24:38 +0000
committerwchang0222%aol.com <devnull@localhost>2004-10-08 23:24:38 +0000
commit4bc90f5fd4a577b07c3aa7da9f2dc2fc6284c5f7 (patch)
tree82f3a0e0877f130b058c9d59c6dcfba8f73bfabd
parentf1642364d858818943b9a19b7ff5caff575481b7 (diff)
downloadnss-hg-4bc90f5fd4a577b07c3aa7da9f2dc2fc6284c5f7.tar.gz
Set NSS version to 3.9.3 Beta 3.
Tag: NSS_3_9_BRANCH
-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 6060387e1..783686bda 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.3"
+#define NSS_VERSION "3.9.3 Beta 3"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
#define NSS_VPATCH 3
-#define NSS_BETA PR_FALSE
+#define NSS_BETA PR_TRUE
/*