summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2007-01-05 23:57:36 +0000
committerwtchang%redhat.com <devnull@localhost>2007-01-05 23:57:36 +0000
commit3573452dbf9220dcc76f3725507f6541bef5e348 (patch)
tree220dbbbfcbcf03dd8e19ee86fba700c8613d7dc0
parent98ae0e50e19b6a0d3f9848eaa382a3d7699cf6fb (diff)
downloadnss-hg-3573452dbf9220dcc76f3725507f6541bef5e348.tar.gz
Set the NSS version to 3.11.5 Beta 2.
Tag: NSS_3_11_BRANCH
-rw-r--r--security/nss/lib/nss/nss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index bce371a1b..2ab7ddef4 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -63,7 +63,7 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>][ <ECC>][ <Beta>]"
*/
-#define NSS_VERSION "3.11.5" _NSS_ECC_STRING " Beta"
+#define NSS_VERSION "3.11.5" _NSS_ECC_STRING " Beta 2"
#define NSS_VMAJOR 3
#define NSS_VMINOR 11
#define NSS_VPATCH 5