summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2005-01-19 21:30:40 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2005-01-19 21:30:40 +0000
commit41326fea2963ffb8ec2c9f956bd346fde0c98349 (patch)
tree26f70eb2f1444340987c156d4db8057c551faaf9
parent2908c5c91b3e76dbedab305b30f9ad90f97860e2 (diff)
parent1afc8d7e106c84a14d1d5e541f49d0bf81e90457 (diff)
downloadnss-hg-41326fea2963ffb8ec2c9f956bd346fde0c98349.tar.gz
Move to version 3.9.6 Beta.
-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 a5e74ab4b..8e87bfc3e 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -49,11 +49,11 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.9.5"
+#define NSS_VERSION "3.9.6 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
-#define NSS_VPATCH 5
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 6
+#define NSS_BETA PR_TRUE
/*