summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2010-03-02 02:53:05 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2010-03-02 02:53:05 +0000
commit86bf25ca1c9c8eb30e3f0e7469b36ff82ec5a15f (patch)
tree7f028a371f0ccace84cad6edfb4a2edaad1d7294
parenta1f760f826060ccfbb68fd9893f59dc9901eea26 (diff)
downloadnss-hg-86bf25ca1c9c8eb30e3f0e7469b36ff82ec5a15f.tar.gz
Prepare NSS 3.12.6 RC2.NSS_3_12_6_RTMNSS_3_12_6_RC2
-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 a9754aa0c..a8fd39f88 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>[.<build number>]][ <ECC>][ <Beta>]"
*/
-#define NSS_VERSION "3.12.6.1" _NSS_ECC_STRING _NSS_CUSTOMIZED
+#define NSS_VERSION "3.12.6.2" _NSS_ECC_STRING _NSS_CUSTOMIZED
#define NSS_VMAJOR 3
#define NSS_VMINOR 12
#define NSS_VPATCH 6
-#define NSS_VBUILD 1
+#define NSS_VBUILD 2
#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 72955a6ad..9cfb63c1d 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.6.1"
+#define NSSUTIL_VERSION "3.12.6.2"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 12
#define NSSUTIL_VPATCH 6
-#define NSSUTIL_VBUILD 1
+#define NSSUTIL_VBUILD 2
#define NSSUTIL_BETA PR_FALSE
#endif /* __nssutil_h_ */