summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-05-16 22:12:37 +0000
committerrelyea%netscape.com <devnull@localhost>2002-05-16 22:12:37 +0000
commitb34e5a6b0f15e2c665cc94f53c7516058ef06d3c (patch)
tree98df2b2008b60994b004bac1d8ddbe542d8235cf
parenta9a703479240a18145527725c6ca3fdb0ae34e17 (diff)
downloadnss-hg-b34e5a6b0f15e2c665cc94f53c7516058ef06d3c.tar.gz
The tip is now NSS 3.6, make sure new builds properly indicate this
-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 f6c7ad94e..c457e1a94 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -49,9 +49,9 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.5 Beta"
+#define NSS_VERSION "3.6 Beta"
#define NSS_VMAJOR 3
-#define NSS_VMINOR 5
+#define NSS_VMINOR 6
#define NSS_VPATCH 0
#define NSS_BETA PR_TRUE