summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2009-03-27 21:42:54 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2009-03-27 21:42:54 +0000
commit948cfac8cd5f69107b0dca41da66416bf6cfdc5e (patch)
treef6f9566136d1288e9c4b2a4733c9555c6dd759a9
parent5c70e203702a16b62ebfe44281f793bba7045b00 (diff)
downloadnss-hg-948cfac8cd5f69107b0dca41da66416bf6cfdc5e.tar.gz
Change version to 3.12.3 RTM (for NSS 3.12.3 RC0).
-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 73b3019b9..bac7c7524 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -66,11 +66,11 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>][ <ECC>][ <Beta>]"
*/
-#define NSS_VERSION "3.12.3" _NSS_ECC_STRING " Beta" _NSS_CUSTOMIZED
+#define NSS_VERSION "3.12.3" _NSS_ECC_STRING _NSS_CUSTOMIZED
#define NSS_VMAJOR 3
#define NSS_VMINOR 12
#define NSS_VPATCH 3
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
#ifndef RC_INVOKED