summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2007-02-14 23:38:00 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2007-02-14 23:38:00 +0000
commit4ca6fd182b3ee7f538801a1bd932fc09aed495d2 (patch)
tree83550590abab8ae61d8cd08e8aeaceb34fc4f69f
parent6b6a93ceb910f5312502132f8800f98d2833f037 (diff)
downloadnspr-hg-4ca6fd182b3ee7f538801a1bd932fc09aed495d2.tar.gz
Change PR_BETA to false for NSPR 4.6.6 RC build.NSPR_4_6_6_RTM
-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 9595f5c2..d9743aba 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.6 Beta"
+#define PR_VERSION "4.6.6"
#define PR_VMAJOR 4
#define PR_VMINOR 6
#define PR_VPATCH 6
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck