summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-12-19 06:55:16 +0000
committerwtc%netscape.com <devnull@localhost>2002-12-19 06:55:16 +0000
commitfb95483bc0250075e69ad507276ce951b5c973bc (patch)
tree76b06c2d61d8c95497f2500e38a9b103c6b2fbb7
parent6e35c29be94d5d5b893f2cc6e8f913d9cf8761f4 (diff)
downloadnss-hg-fb95483bc0250075e69ad507276ce951b5c973bc.tar.gz
Set NSS version to 3.7.NSS_3_7_RTM
-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 dbe04620b..a3bab36f8 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.7 Beta"
+#define NSS_VERSION "3.7"
#define NSS_VMAJOR 3
#define NSS_VMINOR 7
#define NSS_VPATCH 0
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*