Index: mozilla/nsprpub/pr/include/prinit.h |
=================================================================== |
--- mozilla/nsprpub/pr/include/prinit.h (revision 179237) |
+++ mozilla/nsprpub/pr/include/prinit.h (working copy) |
@@ -31,11 +31,11 @@ |
** The format of the version string is |
** "<major version>.<minor version>[.<patch level>] [<Beta>]" |
*/ |
-#define PR_VERSION "4.9" |
+#define PR_VERSION "4.9.5 Beta" |
#define PR_VMAJOR 4 |
#define PR_VMINOR 9 |
-#define PR_VPATCH 0 |
-#define PR_BETA PR_FALSE |
+#define PR_VPATCH 5 |
+#define PR_BETA PR_TRUE |
/* |
** PRVersionCheck |