diff options
author | wtc%netscape.com <devnull@localhost> | 2001-06-26 00:06:56 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2001-06-26 00:06:56 +0000 |
commit | 48296cad1006b63c5d120dc5d30dd9572cd9f80c (patch) | |
tree | 1b976e3990180428fd5baf7685a6fbbc95d782ac | |
parent | fc9d58661024f06644fce8648c7a7df12bd25d53 (diff) | |
parent | ba7c263960cffae3564d42a68443b532a3b5332d (diff) | |
download | nss-hg-48296cad1006b63c5d120dc5d30dd9572cd9f80c.tar.gz |
Set NSS version to 3.4 Beta.
-rw-r--r-- | security/nss/lib/nss/nss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h index 51d4ae895..7084019e9 100644 --- a/security/nss/lib/nss/nss.h +++ b/security/nss/lib/nss/nss.h @@ -49,9 +49,9 @@ SEC_BEGIN_PROTOS * The format of the version string should be * "<major version>.<minor version>[.<patch level>] [<Beta>]" */ -#define NSS_VERSION "3.3 Beta" +#define NSS_VERSION "3.4 Beta" #define NSS_VMAJOR 3 -#define NSS_VMINOR 3 +#define NSS_VMINOR 4 #define NSS_VPATCH 0 #define NSS_BETA PR_TRUE |