summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-09-02 22:33:42 +0000
committerwtc%google.com <devnull@localhost>2008-09-02 22:33:42 +0000
commitcc2f5c497a9ecc5bf4d530d27c79451d13dd6612 (patch)
treef9fb2760bf7d6810ba897dcc3ef3ad3a20fc317f
parentc9784fb2ad7e746f19c90fec1271bbd51561815d (diff)
downloadnspr-hg-cc2f5c497a9ecc5bf4d530d27c79451d13dd6612.tar.gz
Set NSPR version to 4.7.2 Beta 3.NSPR_4_7_2_BETA3
-rw-r--r--pr/include/prinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index e895823c..1ac35bcf 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -63,7 +63,7 @@ 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 2"
+#define PR_VERSION "4.7.2 Beta 3"
#define PR_VMAJOR 4
#define PR_VMINOR 7
#define PR_VPATCH 2