diff options
author | sonja.mirtitsch%sun.com <devnull@localhost> | 2001-12-11 20:18:19 +0000 |
---|---|---|
committer | sonja.mirtitsch%sun.com <devnull@localhost> | 2001-12-11 20:18:19 +0000 |
commit | 327975ddacb5e5f73c3ed718bfb68ab583b51c60 (patch) | |
tree | 07e7576d7fb501b4c4c2989f6d8dd240d48253e7 | |
parent | 63186673bb7a6683c942156bdf7b09d84acf1234 (diff) | |
download | nss-hg-327975ddacb5e5f73c3ed718bfb68ab583b51c60.tar.gz |
changed to 3.3.2 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 53f111e7f..dfb0f60f7 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.3.2 Beta" +#define NSS_VERSION "3.3.2" #define NSS_VMAJOR 3 #define NSS_VMINOR 3 #define NSS_VPATCH 2 -#define NSS_BETA PR_TRUE +#define NSS_BETA PR_FALSE /* |