summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-05-06 22:45:53 +0000
committerwchang0222%aol.com <devnull@localhost>2004-05-06 22:45:53 +0000
commitb1f6edc57530173d55a7de42952285c8f3252118 (patch)
tree12ab1b5139da08d04e98e1604d6cf7f4240e7b3f
parentcbb950079c9ca44f8f12e057bdec6b60184a5c8c (diff)
downloadnss-hg-b1f6edc57530173d55a7de42952285c8f3252118.tar.gz
Set NSS version to 3.9.2 Beta.
Tag: NSS_3_9_BRANCH
-rw-r--r--security/nss/lib/nss/nss.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index f71e3adc0..79dad0dd6 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.1"
+#define NSS_VERSION "3.9.2 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
-#define NSS_VPATCH 1
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 2
+#define NSS_BETA PR_TRUE
/*