X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FPHPVersionError.php;h=e6d6ebf92df973d8a1833e9154537ddcc713e4b8;hb=69e1dc6f9ddcacadfd8d48aa589ea363ee6f6593;hp=02d3546fbea66314f92f254f8c9dde4cde65c660;hpb=8734fe02b84c0fdd6fa53454b23ce9239b50dc75;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 02d3546fbe..e6d6ebf92d 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -38,7 +38,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ) { - $mwVersion = '1.22'; + $mwVersion = '1.23'; $minimumVersionPHP = '5.3.2'; $phpVersion = phpversion();