summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-05-13 03:07:05 +0000
committerwchang0222%aol.com <devnull@localhost>2004-05-13 03:07:05 +0000
commit86c866b63b054ad3e801bb1bbdbeba9dd2f8e2ce (patch)
tree11ef6156df7e8fcd183b5ca94a9746a82d76b74b
parent3cb84b679f1cb95a682afdc5c8f89c3a048ff17c (diff)
downloadnss-hg-86c866b63b054ad3e801bb1bbdbeba9dd2f8e2ce.tar.gz
Set NSS version to 3.9.1.
Tag: MOZILLA_1_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 2a4f6abd5..f71e3adc0 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.9.1 Beta 3"
+#define NSS_VERSION "3.9.1"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
#define NSS_VPATCH 1
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*