summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-05-14 21:42:04 +0000
committerwtc%netscape.com <devnull@localhost>2003-05-14 21:42:04 +0000
commit4beb8b7fbee78ffe9a40c66a7602646bc352b906 (patch)
treeecec82cc54f7f27101799ed64363c16d09ca474b
parent2608d21c87a5a5a39e512b0b69a9a206cac91036 (diff)
downloadnspr-hg-4beb8b7fbee78ffe9a40c66a7602646bc352b906.tar.gz
Set NSPR version to 4.4 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 ad2a6f1f..64ca8cc3 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.3 Beta"
+#define PR_VERSION "4.4 Beta"
#define PR_VMAJOR 4
-#define PR_VMINOR 3
+#define PR_VMINOR 4
#define PR_VPATCH 0
#define PR_BETA PR_TRUE