summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2008-01-31 22:21:57 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2008-01-31 22:21:57 +0000
commit6f7b5295ab9db9743e345c5b3c8f7456eb594970 (patch)
treefd71453acb9f0fd49bdfb6da707b2e3412d22289
parent0c0b04d1363b1205eb3eeee91cf3e0848c27a35c (diff)
downloadnspr-hg-6f7b5295ab9db9743e345c5b3c8f7456eb594970.tar.gz
Prepare NSPR 4.7 RTM.NSPR_4_7_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 1ea7c05b..865de1a2 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.7 Beta"
+#define PR_VERSION "4.7"
#define PR_VMAJOR 4
#define PR_VMINOR 7
#define PR_VPATCH 0
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck