summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-05-05 01:17:08 +0000
committerwchang0222%aol.com <devnull@localhost>2004-05-05 01:17:08 +0000
commitcbb950079c9ca44f8f12e057bdec6b60184a5c8c (patch)
tree9e5255718dc860a4214859c25a5b42678f86b9c1
parent893e73bd868625351b5cf98672cc47c3a36333d5 (diff)
downloadnss-hg-cbb950079c9ca44f8f12e057bdec6b60184a5c8c.tar.gz
Set NSS version to 3.9.1.NSS_3_9_1_RTM
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 2a4f6abd5..f71e3adc0 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 Beta 3"
+#define NSS_VERSION "3.9.1"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
#define NSS_VPATCH 1
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*