summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2009-11-18 19:14:47 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2009-11-18 19:14:47 +0000
commit7ec43f748c8738ae2226290f824038333890e455 (patch)
treeccc6c380a9f68996c789dbe879d3b716d457a935
parentb8f8bb818fb5532ab11b17717598969b5a4236d9 (diff)
downloadnss-hg-7ec43f748c8738ae2226290f824038333890e455.tar.gz
Prepare NSS 3.12.5 RTM.NSS_3_12_5_RTM
-rw-r--r--security/nss/lib/nss/nss.h4
-rw-r--r--security/nss/lib/util/nssutil.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index f136d7b8b..9041df882 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -66,12 +66,12 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
-#define NSS_VERSION "3.12.5.0" _NSS_ECC_STRING _NSS_CUSTOMIZED " Beta"
+#define NSS_VERSION "3.12.5.0" _NSS_ECC_STRING _NSS_CUSTOMIZED
#define NSS_VMAJOR 3
#define NSS_VMINOR 12
#define NSS_VPATCH 5
#define NSS_VBUILD 0
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
#ifndef RC_INVOKED
diff --git a/security/nss/lib/util/nssutil.h b/security/nss/lib/util/nssutil.h
index 159eff52f..9ab650bc2 100644
--- a/security/nss/lib/util/nssutil.h
+++ b/security/nss/lib/util/nssutil.h
@@ -51,11 +51,11 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
*/
-#define NSSUTIL_VERSION "3.12.5.0 Beta"
+#define NSSUTIL_VERSION "3.12.5.0"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 12
#define NSSUTIL_VPATCH 5
#define NSSUTIL_VBUILD 0
-#define NSSUTIL_BETA PR_TRUE
+#define NSSUTIL_BETA PR_FALSE
#endif /* __nssutil_h_ */