summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-08-11 23:16:44 +0000
committerwtc%google.com <devnull@localhost>2008-08-11 23:16:44 +0000
commit25099595d2e1b0f385bd2936524ad4d1f7a91991 (patch)
treec9d7cf868cabe5e2481bcfd4e5f35264ca7fff9a
parent0375692cdbb911edc141cc6d145c2e501ac4dee5 (diff)
downloadnspr-hg-25099595d2e1b0f385bd2936524ad4d1f7a91991.tar.gz
Set NSPR version to 4.7.2 Beta 1.NSPR_4_7_2_BETA1
-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 2373eb4e..a3b1e4c0 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"
+#define PR_VERSION "4.7.2 Beta 1"
#define PR_VMAJOR 4
#define PR_VMINOR 7
#define PR_VPATCH 2