diff --git a/mozilla/nsprpub/pr/include/prinit.h b/mozilla/nsprpub/pr/include/prinit.h index e6e612bcb62..0e8e124c446 100644 --- a/mozilla/nsprpub/pr/include/prinit.h +++ b/mozilla/nsprpub/pr/include/prinit.h @@ -60,11 +60,11 @@ PR_BEGIN_EXTERN_C ** The format of the version string is ** ".[.] []" */ -#define PR_VERSION "4.1" +#define PR_VERSION "4.2 Beta" #define PR_VMAJOR 4 -#define PR_VMINOR 1 +#define PR_VMINOR 2 #define PR_VPATCH 0 -#define PR_BETA PR_FALSE +#define PR_BETA PR_TRUE /* ** PRVersionCheck