summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2006-09-07 21:37:06 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2006-09-07 21:37:06 +0000
commitfd776a527fab17cacab1a8f24da6931e7ea0b875 (patch)
tree002e268b2c47b7ce22f42f224e995884e43f3ad5
parentfd020333e4f9bf14cb6bce299c2c25b2cd66b932 (diff)
downloadnspr-hg-fd776a527fab17cacab1a8f24da6931e7ea0b875.tar.gz
Remove Beta flag for NSPR 4.6.3 release candidate.
r+=nelson.
-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 8060d061..9f7bc3d3 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 Beta"
+#define PR_VERSION "4.6.3"
#define PR_VMAJOR 4
#define PR_VMINOR 6
#define PR_VPATCH 3
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck