summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-04-23 22:46:44 +0000
committerrelyea%netscape.com <devnull@localhost>2002-04-23 22:46:44 +0000
commitd4230aded0fb27b6662c408113612ea39858f40b (patch)
treeca1d2083d9bdcc8a9606c0e69fa8392330255fcb
parent4ee6f50a67b3b1c86710b552b08f110b7933a7f4 (diff)
downloadnss-hg-d4230aded0fb27b6662c408113612ea39858f40b.tar.gz
Sigh, one of the changes didn't get put in. build RC3.
-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 4ce1a7960..b7223d83f 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.4.1 RTM"
+#define NSS_VERSION "3.4.1 RC3"
#define NSS_VMAJOR 3
#define NSS_VMINOR 4
#define NSS_VPATCH 1
-#define NSS_BETA PR_FALSE
+#define NSS_BETA PR_TRUE
/*