summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-06-20 23:55:00 +0000
committerwtc%netscape.com <devnull@localhost>2003-06-20 23:55:00 +0000
commitdfd17de95b0644323bf891b096da1cd49655fd9c (patch)
tree70ece9e06dc202998d89e16fc44912ad62c19e17
parent0fb3ed73dfa5916507c8e3cca7c5a8f90fe5b4f4 (diff)
downloadnss-hg-dfd17de95b0644323bf891b096da1cd49655fd9c.tar.gz
Set NSS version to 3.4.4 Beta.
-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 0d865694c..11c2b2b3d 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.3"
+#define NSS_VERSION "3.4.4 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 4
-#define NSS_VPATCH 3
-#define NSS_BETA PR_FALSE
+#define NSS_VPATCH 4
+#define NSS_BETA PR_TRUE
/*