summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2004-09-22 21:56:37 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2004-09-22 21:56:37 +0000
commit1c5ce4ee724f599f5b2d0295e60a5aeff9772a0e (patch)
treee4063aa94e69c0f7e519d517eb576a46e3712721
parentf1aa9bb164184e8ad9541de6f8e4ca4a5e110653 (diff)
downloadnss-hg-1c5ce4ee724f599f5b2d0295e60a5aeff9772a0e.tar.gz
NSS 3.9.3 / JSS 4.0 release candidate.
Change NSS Beta flag to false Change JSS Beta flag to false Code freeze.
-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 64d69b92e..6060387e1 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.3 Beta 2"
+#define NSS_VERSION "3.9.3"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
#define NSS_VPATCH 3
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*