summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-10-21 21:34:31 +0000
committerwtc%google.com <devnull@localhost>2008-10-21 21:34:31 +0000
commitf297bb4c3418c890b6b131b3d9de068c12fc5a7f (patch)
tree2f31505f76163e98e168ac96298665a567b8fcb1
parentbacaa4e20a1bb473e54ef5840ce5cfbb876e9713 (diff)
downloadnspr-hg-f297bb4c3418c890b6b131b3d9de068c12fc5a7f.tar.gz
Set NSPR version to 4.7.2.
-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 bc9eae57..4c1d2c74 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.2 Beta 4"
+#define PR_VERSION "4.7.2"
#define PR_VMAJOR 4
#define PR_VMINOR 7
#define PR_VPATCH 2
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck