summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-06-23 22:51:33 +0000
committerwchang0222%aol.com <devnull@localhost>2004-06-23 22:51:33 +0000
commitdd240a52c4882358fa6a1e78e595d2d08d1cb6ee (patch)
tree9e22ec0cc9d9a02394dfa66c2f364804b867c668
parent510681531b0da4aa606005a448c27baf71066817 (diff)
downloadnss-hg-dd240a52c4882358fa6a1e78e595d2d08d1cb6ee.tar.gz
Set NSS version to 3.9.2.
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 79dad0dd6..9df5425a4 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.2 Beta"
+#define NSS_VERSION "3.9.2"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
#define NSS_VPATCH 2
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*