summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-01-20 23:48:30 +0000
committerwchang0222%aol.com <devnull@localhost>2004-01-20 23:48:30 +0000
commit69ae7f0b313dda409ad47df88a6a045f91b37786 (patch)
tree08f228b1e284b4c99462a2964ac9a54ef6605448
parentae3d383e359e4533f83e6e2ca98bbf2118df7083 (diff)
downloadnss-hg-NSS_3_7_10_RTM.tar.gz
Set NSS version to 3.7.10.NSS_3_7_10_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 f41d28c62..c0c62b5b5 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.10 Beta"
+#define NSS_VERSION "3.7.10"
#define NSS_VMAJOR 3
#define NSS_VMINOR 7
#define NSS_VPATCH 10
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*