summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-07-29 01:08:23 +0000
committerwtc%netscape.com <devnull@localhost>2000-07-29 01:08:23 +0000
commit36e79910589a85837ed3042bbf51e5e5304ab9c9 (patch)
treef03150676f5fae8224c606380fca5dfc9b29a567
parent5280387705912d6cfd5fc07a1a790a3c63e611ab (diff)
downloadnspr-hg-36e79910589a85837ed3042bbf51e5e5304ab9c9.tar.gz
Changed NSPR version to 4.0.2 Beta.
(NSPRPUB_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 c13ba04a..dd319360 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -44,10 +44,10 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version> <build date>"
*/
-#define PR_VERSION "4.0.1 Beta"
+#define PR_VERSION "4.0.2 Beta"
#define PR_VMAJOR 4
#define PR_VMINOR 0
-#define PR_VPATCH 1
+#define PR_VPATCH 2
#define PR_BETA PR_TRUE
/*