summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2004-10-29 16:48:04 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2004-10-29 16:48:04 +0000
commitc1f116fd03a87998a80085fbbd5ff9831b124f0d (patch)
tree281c74ffa4a628a64fac0ceb6a85e9ddcaf30bdf
parent3737abbf341d71b3917a6f0e6aba691855aa3c09 (diff)
downloadnss-hg-c1f116fd03a87998a80085fbbd5ff9831b124f0d.tar.gz
Remove Beta flag for NSS 3.9.4 RTM needed by Sun.
-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 c836febd6..c5cdcb5d7 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.4 Beta"
+#define NSS_VERSION "3.9.4"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
#define NSS_VPATCH 4
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*