summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglen.beasley%sun.com <devnull@localhost>2004-03-23 19:35:17 +0000
committerglen.beasley%sun.com <devnull@localhost>2004-03-23 19:35:17 +0000
commitec8a026ffaf3953ba72c6b10bc7dd2552215a987 (patch)
treee835022bb46a8ece2d22d4ba2fb0a1a2c518797e
parented453ae4300157a2368da4ac033d9e64bbfaece6 (diff)
downloadnss-hg-ec8a026ffaf3953ba72c6b10bc7dd2552215a987.tar.gz
3.3.4.3 RTM for bug 5016209
-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 4c10a6106..2d7b1ab7f 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.3.4.3beta"
+#define NSS_VERSION "3.3.4.3"
#define NSS_VMAJOR 3
#define NSS_VMINOR 3
#define NSS_VPATCH 4
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*