summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2006-09-28 19:28:50 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2006-09-28 19:28:50 +0000
commit8c5af38b2852fc7db83ea430c4e52b6d6dee487d (patch)
treef47e241b8d8cf2de6a24981047d6cdbc0cd5680f
parentdd56cd6fed278ddcdb3da8b1c7982e0454760abe (diff)
downloadnspr-hg-8c5af38b2852fc7db83ea430c4e52b6d6dee487d.tar.gz
Increment NSPR version to 4.6.4 Beta.
-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 9f7bc3d3..69f45276 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.3"
+#define PR_VERSION "4.6.4 Beta"
#define PR_VMAJOR 4
#define PR_VMINOR 6
-#define PR_VPATCH 3
-#define PR_BETA PR_FALSE
+#define PR_VPATCH 4
+#define PR_BETA PR_TRUE
/*
** PRVersionCheck