Couple more 1.24 bumps
authorReedy <reedy@wikimedia.org>
Mon, 14 Apr 2014 16:39:53 +0000 (17:39 +0100)
committerReedy <reedy@wikimedia.org>
Mon, 14 Apr 2014 16:39:53 +0000 (17:39 +0100)
Change-Id: I2cd845750c8dd760c74b17d632c66985999d70bd

CREDITS
HISTORY
includes/PHPVersionError.php

diff --git a/CREDITS b/CREDITS
index 6e28d6d..cf222a0 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,6 +1,6 @@
 {{int:version-credits-summary}}
 <!--
-MediaWiki 1.23 is a collaborative project released under the
+MediaWiki 1.24 is a collaborative project released under the
 GNU General Public License v2. We would like to recognize the
 following names for their contribution to the product.
 -->
diff --git a/HISTORY b/HISTORY
index b2705f1..12532db 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-Change notes from older releases. For current info see RELEASE-NOTES-1.23.
+Change notes from older releases. For current info see RELEASE-NOTES-1.24.
 
 == MediaWiki 1.22 ==
 
index 60aa33c..9b5373b 100644 (file)
@@ -38,7 +38,7 @@
  * version are hardcoded here
  */
 function wfPHPVersionError( $type ) {
-       $mwVersion = '1.23';
+       $mwVersion = '1.24';
        $minimumVersionPHP = '5.3.2';
 
        $phpVersion = phpversion();