summaryrefslogtreecommitdiff
path: root/security/nss/lib/nss
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 /security/nss/lib/nss
parenta1f760f826060ccfbb68fd9893f59dc9901eea26 (diff)
downloadnss-hg-86bf25ca1c9c8eb30e3f0e7469b36ff82ec5a15f.tar.gz
Prepare NSS 3.12.6 RC2.NSS_3_12_6_RTMNSS_3_12_6_RC2
Diffstat (limited to 'security/nss/lib/nss')
-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 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