summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2003-11-07 15:02:13 +0000
committerwchang0222%aol.com <devnull@localhost>2003-11-07 15:02:13 +0000
commit02e28566f1c1c3b9f89dce53a0efffe5c929e4ee (patch)
tree286a98acbf548c939e9d65ee5dfd5710f9495bc7
parent23b81d3ff227bce53fe8bc3b67137d7e265a0398 (diff)
downloadnss-hg-02e28566f1c1c3b9f89dce53a0efffe5c929e4ee.tar.gz
Set NSS version to 3.4.5.
Tag: NSS_3_4_BRANCH
-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 a6fb6390b..c10256957 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.5 Beta"
+#define NSS_VERSION "3.4.5"
#define NSS_VMAJOR 3
#define NSS_VMINOR 4
#define NSS_VPATCH 5
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*