summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2004-06-30 23:16:16 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2004-06-30 23:16:16 +0000
commit006a37780a13fdb04e33ebd66a176fa4444bf692 (patch)
tree403ac3c67bf9975430b6a90be663e104db82534b
parentb79575219cfaa5272dbe5afbc7d17f7a40ef9edc (diff)
downloadnss-hg-006a37780a13fdb04e33ebd66a176fa4444bf692.tar.gz
Set NSS version to 3.9.3 Beta.
Tag: NSS_3_9_BRANCH
-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 9df5425a4..ed821a7d4 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.2"
+#define NSS_VERSION "3.9.3 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 9
-#define NSS_VPATCH 2
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 3
+#define NSS_BETA PR_TRUE
/*