summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-10-01 22:42:23 +0000
committerwtc%netscape.com <devnull@localhost>2002-10-01 22:42:23 +0000
commit4967a2037744c9af069c30210c8fa30b967edb08 (patch)
tree885b7621397517a0ae4361fb620cb5b70b07416c
parent7e75105875b9eb3b3dfa3f222890a17837515275 (diff)
downloadnspr-hg-NSPR_4_2_BRANCH.tar.gz
-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 230a25e2..08643269 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.2 Beta"
+#define PR_VERSION "4.2.2"
#define PR_VMAJOR 4
#define PR_VMINOR 2
#define PR_VPATCH 2
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck