summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2005-11-22 01:58:35 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2005-11-22 01:58:35 +0000
commit0397fdb1aaab156fac8d15ddcdd39c97274cca67 (patch)
tree39b9a44ffc8e978f72a99293e99e59452514875b
parent7cfb60d8eeccf892e68c4d923e47eb64dbbee1de (diff)
downloadnss-hg-0397fdb1aaab156fac8d15ddcdd39c97274cca67.tar.gz
Turn NSS_BETA off for NSS 3.11 RC2.
r+ Julien Pierre.
-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 4aaa84d09..18245f52d 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -52,11 +52,11 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.11 Beta"
+#define NSS_VERSION "3.11"
#define NSS_VMAJOR 3
#define NSS_VMINOR 11
#define NSS_VPATCH 0
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*