summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-04-12 23:58:10 +0000
committerwchang0222%aol.com <devnull@localhost>2004-04-12 23:58:10 +0000
commit2d8416ab6610034cf6de845a88e6f485bc783185 (patch)
tree203c27d6f5891c62eaf7cf1e6f25083f17581403
parente90c8d14a66cb149c3267f215ba22af491920684 (diff)
downloadnspr-hg-2d8416ab6610034cf6de845a88e6f485bc783185.tar.gz
Set NSPR version to 4.6 Beta.
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 a0a042d4..57d4bfb6 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -60,9 +60,9 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.5 Beta"
+#define PR_VERSION "4.6 Beta"
#define PR_VMAJOR 4
-#define PR_VMINOR 5
+#define PR_VMINOR 6
#define PR_VPATCH 0
#define PR_BETA PR_TRUE