summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2004-10-28 22:25:51 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2004-10-28 22:25:51 +0000
commitf05ebb0bf9e9a496f18812aa58949c31ace6de6b (patch)
treece053714f2437a974ecf34de53a91083b0e6baee
parent67be95c2826625926cbab52422022fe7b6e3ec52 (diff)
downloadnss-hg-f05ebb0bf9e9a496f18812aa58949c31ace6de6b.tar.gz
Move to NSS 3.9.4 Beta on NSS_3_9_BRANCH.
-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 6060387e1..c836febd6 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.3"
+#define NSS_VERSION "3.9.4 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
-#define NSS_VPATCH 3
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 4
+#define NSS_BETA PR_TRUE
/*