summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2004-12-01 01:02:36 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2004-12-01 01:02:36 +0000
commit92c03690146d740d2d302687102aba2f4b868e47 (patch)
treedb42ce36393198ce73b4858d6f0d681889992281
parent5cf03ec1f502f4f7cce0c6b328bdab96a02e5287 (diff)
downloadnss-hg-92c03690146d740d2d302687102aba2f4b868e47.tar.gz
Move to version 3.9.5 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 c5cdcb5d7..c0ee1c77a 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.4"
+#define NSS_VERSION "3.9.5 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
-#define NSS_VPATCH 4
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 5
+#define NSS_BETA PR_TRUE
/*