summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2009-03-27 21:30:14 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2009-03-27 21:30:14 +0000
commit659b4ad73599ad2182e86f48a9399fd306d8363e (patch)
treefea1d74892184c21f91f6f1fc8bdd7a53bc3541e
parent852e6fb58ea6769594d6ab7168f75299103ddadc (diff)
downloadnspr-hg-659b4ad73599ad2182e86f48a9399fd306d8363e.tar.gz
Set the version to 4.7.4 RTM.NSPR_4_7_4_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 091900a2..524105a7 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.4 Beta"
+#define PR_VERSION "4.7.4"
#define PR_VMAJOR 4
#define PR_VMINOR 7
#define PR_VPATCH 4
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck