summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-07-08 18:18:43 +0000
committerwtc%netscape.com <devnull@localhost>2003-07-08 18:18:43 +0000
commit23da34196ce8105135fe66ba589b214b52275ac1 (patch)
tree910f5a1e7c6e5220d38d56d00d5aa8a0d1b1b345
parent2f3b4fec4907873f7fd60379b501e806c6819172 (diff)
downloadnss-hg-NSS_3_4_4_RTM.tar.gz
Set NSS version to 3.4.4.NSS_3_4_4_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 11c2b2b3d..96ecff46f 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.4 Beta"
+#define NSS_VERSION "3.4.4"
#define NSS_VMAJOR 3
#define NSS_VMINOR 4
#define NSS_VPATCH 4
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*