summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2005-07-28 15:53:53 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2005-07-28 15:53:53 +0000
commite78a4ecce528e3ee87eeba6f0b6ace2beafbfef5 (patch)
tree02b33f516ffd7e1802daa871cd671a1d90ef9149
parent77a285118f712298c0ffc0246857da0803b2e950 (diff)
downloadnss-hg-e78a4ecce528e3ee87eeba6f0b6ace2beafbfef5.tar.gz
Switch to 3.10.1 RTM for release needed by Sun Microsystems.
-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 71f42a44d..e2a6827f3 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.1 Beta"
+#define NSS_VERSION "3.10.1"
#define NSS_VMAJOR 3
#define NSS_VMINOR 10
#define NSS_VPATCH 1
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*