summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-03-04 19:48:25 +0000
committerwtc%netscape.com <devnull@localhost>2003-03-04 19:48:25 +0000
commit4f39589e389b7d5342411b4a8c94aee6e591aa9f (patch)
treed14ba54bf3c46dde51ffcdc9d6daf7f570ccc1b3
parenta3706b6c72e41c863ff181c4e59f91c99365e9b4 (diff)
downloadnss-hg-NSS_3_4_3_RTM.tar.gz
Set NSS version to 3.4.3.NSS_3_4_3_RTM
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 19e09b52f..0d865694c 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.3 Beta"
+#define NSS_VERSION "3.4.3"
#define NSS_VMAJOR 3
#define NSS_VMINOR 4
#define NSS_VPATCH 3
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*