summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-06-29 00:19:37 +0000
committerwtc%netscape.com <devnull@localhost>2002-06-29 00:19:37 +0000
commitb2c5fd42b7636b9f0ad64f4a6ffbd1ffb117e22f (patch)
tree4b69542c70f37be53036e61a58ea11ac4ad233a7
parent6b4dd6711a8be92a3050140e373f49402ff6c4e0 (diff)
downloadnss-hg-b2c5fd42b7636b9f0ad64f4a6ffbd1ffb117e22f.tar.gz
Bug 154918: finishing touches to declare NSPR 4.2.1 and NSS 3.5 RTM for
mozilla1.0.1. a=chofmann for 1.0 branch. Tag: MOZILLA_1_0_BRANCH
-rw-r--r--security/nss/lib/nss/nss.h4
-rw-r--r--security/nss/lib/softoken/softokn.rc2
2 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index fa4840e02..0c7b71fa9 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.5 Beta"
+#define NSS_VERSION "3.5"
#define NSS_VMAJOR 3
#define NSS_VMINOR 5
#define NSS_VPATCH 0
-#define NSS_BETA PR_TRUE
+#define NSS_BETA PR_FALSE
/*
diff --git a/security/nss/lib/softoken/softokn.rc b/security/nss/lib/softoken/softokn.rc
index a6477ed12..f2a4cb649 100644
--- a/security/nss/lib/softoken/softokn.rc
+++ b/security/nss/lib/softoken/softokn.rc
@@ -34,7 +34,7 @@
#include "nss.h"
#include <winver.h>
-#define MY_LIBNAME "softoken"
+#define MY_LIBNAME "softokn"
#ifdef MOZ_CLIENT
#define CLIENTS " for Clients"
#else