summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-10-21 17:25:13 +0000
committerwtchang%redhat.com <devnull@localhost>2005-10-21 17:25:13 +0000
commit09768d708b0b68345e06f3683010028dfbbdf628 (patch)
tree03535245c88687926a9ec313315c4911588c5b16
parentfba06507c447ea6273d79307276b4354f89b41a4 (diff)
downloadnss-hg-09768d708b0b68345e06f3683010028dfbbdf628.tar.gz
Set NSS version to 3.10.2 (final). Bugzilla bug 311402. a=asa for
mozilla1.8rc1. Tag: MOZILLA_1_8_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 d824e516c..0a5ed026c 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -52,11 +52,11 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.10.2 Beta 2"
+#define NSS_VERSION "3.10.2"
#define NSS_VMAJOR 3
#define NSS_VMINOR 10
#define NSS_VPATCH 2
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*