diff options
author | christophe.ravel.bugs%sun.com <devnull@localhost> | 2005-11-21 04:08:44 +0000 |
---|---|---|
committer | christophe.ravel.bugs%sun.com <devnull@localhost> | 2005-11-21 04:08:44 +0000 |
commit | e55baa4c2efe67a21f8e6a97a19f729b5a6a6e8f (patch) | |
tree | 39b9a44ffc8e978f72a99293e99e59452514875b /security/nss | |
parent | 2e0534a43ee380d0feedc078b0bb70d2f4e0e5a0 (diff) | |
download | nss-hg-e55baa4c2efe67a21f8e6a97a19f729b5a6a6e8f.tar.gz |
Turn NSS_BETA to FALSE for NSS 3.11 RC.
r+: Julien Pierre.
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/lib/nss/nss.h | 4 |
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 /* |