summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-07-19 21:54:54 +0000
committerwtc%netscape.com <devnull@localhost>2003-07-19 21:54:54 +0000
commit03947af55e82e7d0a488007770dade863dcdce60 (patch)
tree9c67a504ebb8ef3122d7ebfc9e4b0730d9d69bda
parent620a698cb0505b031852339db1843e0bf734ea83 (diff)
downloadnss-hg-03947af55e82e7d0a488007770dade863dcdce60.tar.gz
Set NSS version to 3.7.8.NSS_3_7_8_RTM
Tag: NSS_3_7_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 b2f78ca7f..6a471f070 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.7.8 Beta"
+#define NSS_VERSION "3.7.8"
#define NSS_VMAJOR 3
#define NSS_VMINOR 7
#define NSS_VPATCH 8
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*