diff options
author | christophe.ravel.bugs%sun.com <devnull@localhost> | 2005-04-19 22:53:46 +0000 |
---|---|---|
committer | christophe.ravel.bugs%sun.com <devnull@localhost> | 2005-04-19 22:53:46 +0000 |
commit | a0d124f518b34f242e5b1ef74f6895c9c97a7813 (patch) | |
tree | 342238828fbffc46b2f69346b616d5afcf61d6c3 | |
parent | 4e3cee584d766e1b2108b63637c4ed1794ed6092 (diff) | |
download | nss-hg-a0d124f518b34f242e5b1ef74f6895c9c97a7813.tar.gz |
Changing beta flag to RTM.
-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 833539847..9cdec69dc 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.10 Beta 3" +#define NSS_VERSION "3.10" #define NSS_VMAJOR 3 #define NSS_VMINOR 10 #define NSS_VPATCH 0 -#define NSS_BETA PR_TRUE +#define NSS_BETA PR_FALSE /* |