summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-02-07 19:30:30 +0000
committerwtchang%redhat.com <devnull@localhost>2006-02-07 19:30:30 +0000
commita28b8db6574718e3ad005d4ea75e989323d03fbf (patch)
tree24c6d0ec26afafb81ba4d355c400cf77bb045060
parent6f176b9711efc07e4bdae01358a21770d231a7b5 (diff)
downloadnspr-hg-a28b8db6574718e3ad005d4ea75e989323d03fbf.tar.gz
Set NSPR version to 4.6.2 Beta.
Tag: MOZILLA_1_8_BRANCH
-rw-r--r--pr/include/prinit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index 029cfccb..e42dd1fe 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -63,11 +63,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.6.1"
+#define PR_VERSION "4.6.2 Beta"
#define PR_VMAJOR 4
#define PR_VMINOR 6
-#define PR_VPATCH 1
-#define PR_BETA PR_FALSE
+#define PR_VPATCH 2
+#define PR_BETA PR_TRUE
/*
** PRVersionCheck