summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-01-23 01:35:47 +0000
committerwtc%netscape.com <devnull@localhost>2003-01-23 01:35:47 +0000
commitd52ca1fd99dbf4f249294209dfa1edbeb4846210 (patch)
tree983b471692b0f669914678003e1592c15d263e5a
parentc8744b13d315e4667a9d0c5624fb6cf95b31af90 (diff)
downloadnss-hg-d52ca1fd99dbf4f249294209dfa1edbeb4846210.tar.gz
Set NSS version to 3.7.1.
Tag: NSS_3_7_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 818748e6f..bd9cb56af 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.7.1 Beta"
+#define NSS_VERSION "3.7.1"
#define NSS_VMAJOR 3
#define NSS_VMINOR 7
#define NSS_VPATCH 1
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*