summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-08-15 01:42:43 +0000
committerwtc%google.com <devnull@localhost>2008-08-15 01:42:43 +0000
commit33d34cb3777051fdfc940e8bdca922690b4a4c11 (patch)
tree42e70c6866821619afcb063ce4817c6fcd1ea59e
parentc0048d9c191031fa767d84564211758d9d4c9894 (diff)
downloadnspr-hg-33d34cb3777051fdfc940e8bdca922690b4a4c11.tar.gz
Set NSPR version to 4.7.2 Beta 2.
-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 a3b1e4c0..e895823c 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 1"
+#define PR_VERSION "4.7.2 Beta 2"
#define PR_VMAJOR 4
#define PR_VMINOR 7
#define PR_VPATCH 2