From: Reedy Date: Mon, 14 Apr 2014 16:39:53 +0000 (+0100) Subject: Couple more 1.24 bumps X-Git-Tag: 1.31.0-rc.0~16222^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=df7e0161e352b6a0537ad49d587cb402ba989fbf;p=lhc%2Fweb%2Fwiklou.git Couple more 1.24 bumps Change-Id: I2cd845750c8dd760c74b17d632c66985999d70bd --- diff --git a/CREDITS b/CREDITS index 6e28d6da13..cf222a01db 100644 --- a/CREDITS +++ b/CREDITS @@ -1,6 +1,6 @@ {{int:version-credits-summary}} diff --git a/HISTORY b/HISTORY index b2705f1c5d..12532dbf62 100644 --- 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 == diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 60aa33c07c..9b5373b509 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -38,7 +38,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ) { - $mwVersion = '1.23'; + $mwVersion = '1.24'; $minimumVersionPHP = '5.3.2'; $phpVersion = phpversion();