summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-04-05 00:21:23 +0000
committerrelyea%netscape.com <devnull@localhost>2001-04-05 00:21:23 +0000
commit793b18cde4c0206d257ae542b4490c9fe407ca21 (patch)
treefb55dd6d7fbbaad8b4661e4e0be7b1bf4df4d76f
parent2c17f4472c6ec081b1dd8aa98da5d4a8e6b6b417 (diff)
downloadnss-hg-793b18cde4c0206d257ae542b4490c9fe407ca21.tar.gz
Crank the Version number to 3.2.1
-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 1be4ad8f0..db55cd159 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/nss.h
@@ -49,10 +49,10 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define NSS_VERSION "3.2"
+#define NSS_VERSION "3.2.1"
#define NSS_VMAJOR 3
#define NSS_VMINOR 2
-#define NSS_VPATCH 0
+#define NSS_VPATCH 1
#define NSS_BETA PR_FALSE