summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-06-29 00:34:36 +0000
committerwtc%netscape.com <devnull@localhost>2002-06-29 00:34:36 +0000
commit7a6299d266852deea752b0079f36c808734e815c (patch)
tree9fa80e7a62a38860ecda26b41a095d3cbad6c84b
parentc98b67cf7f25b7ffed538435c982f3cd5485f55f (diff)
downloadnspr-hg-7a6299d266852deea752b0079f36c808734e815c.tar.gz
Set NSPR version to 4.2.1.
Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/include/prinit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index 1635c2d1..4bd983a2 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -60,11 +60,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.2.1 Beta"
+#define PR_VERSION "4.2.1"
#define PR_VMAJOR 4
#define PR_VMINOR 2
#define PR_VPATCH 1
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck