summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-06-29 00:23:11 +0000
committerwtc%netscape.com <devnull@localhost>2002-06-29 00:23:11 +0000
commitc44ec1c461db27e77c2099c20a74b682d180b9bd (patch)
tree59bfb01e872fdc767b6c0b3b9749de5ad576bdbe
parent0e96e7d252dda41d66818b96b2f9c6d35eef0f84 (diff)
downloadnss-hg-c44ec1c461db27e77c2099c20a74b682d180b9bd.tar.gz
Set NSS version to 3.5.
Tag: NSS_3_5_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 fa4840e02..0c7b71fa9 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.5 Beta"
+#define NSS_VERSION "3.5"
#define NSS_VMAJOR 3
#define NSS_VMINOR 5
#define NSS_VPATCH 0
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*