summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2009-04-13 17:47:02 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2009-04-13 17:47:02 +0000
commitf8cd30a9316920b62b4ac4064d9a2e99bd01eb3f (patch)
tree26c9d6d42a059aae560686aacea2b35662ca4673
parent9af6a573dd956838d7775c33fd2db9d9b27caa88 (diff)
downloadnss-hg-f8cd30a9316920b62b4ac4064d9a2e99bd01eb3f.tar.gz
Change NSS version to 3.12.4 Beta.
-rw-r--r--security/coreconf/coreconf.dep1
-rw-r--r--security/nss/lib/nss/nss.h6
-rw-r--r--security/nss/lib/softoken/softkver.h6
-rw-r--r--security/nss/lib/util/nssutil.h6
4 files changed, 10 insertions, 9 deletions
diff --git a/security/coreconf/coreconf.dep b/security/coreconf/coreconf.dep
index b536cfc01..831d1c16e 100644
--- a/security/coreconf/coreconf.dep
+++ b/security/coreconf/coreconf.dep
@@ -43,3 +43,4 @@
#error "Do not include this header file."
+/* NSS 3.12.4 Beta */
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index bac7c7524..20a4325b9 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 _NSS_CUSTOMIZED
+#define NSS_VERSION "3.12.4" _NSS_ECC_STRING _NSS_CUSTOMIZED " Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 12
-#define NSS_VPATCH 3
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 4
+#define NSS_BETA PR_TRUE
#ifndef RC_INVOKED
diff --git a/security/nss/lib/softoken/softkver.h b/security/nss/lib/softoken/softkver.h
index 41222fc66..5a46242ee 100644
--- a/security/nss/lib/softoken/softkver.h
+++ b/security/nss/lib/softoken/softkver.h
@@ -57,10 +57,10 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>][ <ECC>][ <Beta>]"
*/
-#define SOFTOKEN_VERSION "3.12.3" SOFTOKEN_ECC_STRING
+#define SOFTOKEN_VERSION "3.12.4" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VMAJOR 3
#define SOFTOKEN_VMINOR 12
-#define SOFTOKEN_VPATCH 3
-#define SOFTOKEN_BETA PR_FALSE
+#define SOFTOKEN_VPATCH 4
+#define SOFTOKEN_BETA PR_TRUE
#endif /* _SOFTKVER_H_ */
diff --git a/security/nss/lib/util/nssutil.h b/security/nss/lib/util/nssutil.h
index 7025d5d86..83b057117 100644
--- a/security/nss/lib/util/nssutil.h
+++ b/security/nss/lib/util/nssutil.h
@@ -51,10 +51,10 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>][ <Beta>]"
*/
-#define NSSUTIL_VERSION "3.12.3"
+#define NSSUTIL_VERSION "3.12.4 Beta"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 12
-#define NSSUTIL_VPATCH 3
-#define NSSUTIL_BETA PR_FALSE
+#define NSSUTIL_VPATCH 4
+#define NSSUTIL_BETA PR_TRUE
#endif /* __nssutil_h_ */