summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-01-15 15:08:58 +0000
committerwchang0222%aol.com <devnull@localhost>2004-01-15 15:08:58 +0000
commit825db84b0686a2eef87313410379bc9dbdd43cde (patch)
treee0bdbbeaf09f5876093ae386c693dd22150224f3
parentcbb0b657eb8b6715a688b308dd5b24b7c23c153c (diff)
downloadnss-hg-825db84b0686a2eef87313410379bc9dbdd43cde.tar.gz
Set NSS version to 3.10 Beta.
-rw-r--r--security/nss/lib/nss/nss.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index 6f6b578eb..70425272f 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"
+#define NSS_VERSION "3.10 Beta"
#define NSS_VMAJOR 3
-#define NSS_VMINOR 9
+#define NSS_VMINOR 10
#define NSS_VPATCH 0
-#define NSS_BETA PR_FALSE
+#define NSS_BETA PR_TRUE
/*