summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-02-17 02:43:25 +0000
committerwtc%netscape.com <devnull@localhost>2000-02-17 02:43:25 +0000
commita0a58b42e9221d0765dcac0039037f32b6b7149e (patch)
tree471d06944fb2ab4f6ccd64566b53aa8084fcc000
parent9ba95da87e1dae1fd707f1e359eb11d4551cbeaa (diff)
downloadnspr-hg-a0a58b42e9221d0765dcac0039037f32b6b7149e.tar.gz
Set PR_VERSION to "4.0" and PR_BETA to PR_FALSE.
(NSPRPUB_RELEASE_4_0_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 e3b13ddf..500182c3 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -44,11 +44,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version> <build date>"
*/
-#define PR_VERSION "4.0 Beta"
+#define PR_VERSION "4.0"
#define PR_VMAJOR 4
#define PR_VMINOR 0
#define PR_VPATCH 0
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck