summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-09-11 17:51:37 +0000
committerwtc%netscape.com <devnull@localhost>2003-09-11 17:51:37 +0000
commit695cb54ac44f4c30bd3734ea82683ef55c25a50a (patch)
treed105ff49fe24698377752b940cbabdb291a31104
parentd3950e2ac7787ec8a41b47910d637d71032ff9cd (diff)
downloadnspr-hg-695cb54ac44f4c30bd3734ea82683ef55c25a50a.tar.gz
Set NSPR version to 4.5 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 64ca8cc3..a0a042d4 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.4 Beta"
+#define PR_VERSION "4.5 Beta"
#define PR_VMAJOR 4
-#define PR_VMINOR 4
+#define PR_VMINOR 5
#define PR_VPATCH 0
#define PR_BETA PR_TRUE