summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2005-11-21 18:46:12 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2005-11-21 18:46:12 +0000
commit7cfb60d8eeccf892e68c4d923e47eb64dbbee1de (patch)
tree4ee3412b9d1a85e3455665fa37d2e916991ade04
parente55baa4c2efe67a21f8e6a97a19f729b5a6a6e8f (diff)
downloadnss-hg-7cfb60d8eeccf892e68c4d923e47eb64dbbee1de.tar.gz
Back to BETA flag on the trunk.
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 18245f52d..4aaa84d09 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"
+#define NSS_VERSION "3.11 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 11
#define NSS_VPATCH 0
-#define NSS_BETA PR_FALSE
+#define NSS_BETA PR_TRUE
/*