summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-03-25 18:36:28 +0000
committerwtc%netscape.com <devnull@localhost>2003-03-25 18:36:28 +0000
commit92051cd31868d1f7c082466c215c82c311df25fa (patch)
tree20e92288e569f8ad706ced1f528e0624ce29e7c6
parent7c82782e60f59aecf10e755e8802dd71370c3b2c (diff)
downloadnss-hg-92051cd31868d1f7c082466c215c82c311df25fa.tar.gz
Set NSS version to 3.7.4 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 c260d9a7e..65813654e 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.7.3"
+#define NSS_VERSION "3.7.4 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 7
-#define NSS_VPATCH 3
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 4
+#define NSS_BETA PR_TRUE
/*