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