summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-10-10 21:55:10 +0000
committerwtchang%redhat.com <devnull@localhost>2005-10-10 21:55:10 +0000
commitd92109db0645c40ca53cf426c4ee50e770f77225 (patch)
treeab97d32aa51ec39a7a3d8b3199f297dbb7337c42
parent5334b376e7d8da7ffb71ef1e71611da664830988 (diff)
downloadnss-hg-d92109db0645c40ca53cf426c4ee50e770f77225.tar.gz
Set NSS version to 3.10.2.
Tag: NSS_3_10_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
/*