X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPHPVersionError.php;h=9b5373b50902ecb7d66e8255c422f9ecfa674b7d;hb=bb81516af40d25f456980cdf5eedd1e2a3392466;hp=60aa33c07c2512b54e3b48d553ea48d664aaa894;hpb=bedc38649bae342c30b0ac86ad2fa71f663528da;p=lhc%2Fweb%2Fwiklou.git 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();