summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-06-05 03:37:06 +0000
committerwtc%netscape.com <devnull@localhost>2002-06-05 03:37:06 +0000
commit3257bc5ed6255f40e1f4ebd71c95b75bdb8772b6 (patch)
tree5b1bbb298a53a6c8f94d77c208d1aaa3e1548c53
parent67efb19a44de1a3d7fa75e73d94823280d24da6a (diff)
downloadnss-hg-3257bc5ed6255f40e1f4ebd71c95b75bdb8772b6.tar.gz
Set NSS version to 3.4.2. (Tag: NSS_3_4_BRANCH)NSS_3_4_2_RTM
-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 7b20d4a64..c952fae67 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.4.2 Beta"
+#define NSS_VERSION "3.4.2"
#define NSS_VMAJOR 3
#define NSS_VMINOR 4
#define NSS_VPATCH 2
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*