summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrelyea%redhat.com <devnull@localhost>2006-04-28 18:21:08 +0000
committerrrelyea%redhat.com <devnull@localhost>2006-04-28 18:21:08 +0000
commit688bc34cf89dcae671a0438a64e83ea3b87290dd (patch)
tree72f03ef34159a141840073d6c4bf58050987821d
parentd5f937b735e33d7627835751812d5af534a99456 (diff)
downloadnss-hg-688bc34cf89dcae671a0438a64e83ea3b87290dd.tar.gz
NSS 3.11 branch is now 3.11.2.NSS_3_11_2_BETA_20060428_TAGNSS_3_11_2_BETA1
-rw-r--r--security/nss/lib/nss/nss.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index 7e8329bbc..100758dd9 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -53,13 +53,13 @@ SEC_BEGIN_PROTOS
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#ifdef NSS_ENABLE_ECC
-#define NSS_VERSION "3.11.1 ECC Beta"
+#define NSS_VERSION "3.11.2 ECC Beta"
#else
-#define NSS_VERSION "3.11.1 Beta"
+#define NSS_VERSION "3.11.2 Beta"
#endif
#define NSS_VMAJOR 3
#define NSS_VMINOR 11
-#define NSS_VPATCH 1
+#define NSS_VPATCH 2
#define NSS_BETA PR_TRUE
/*