X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=4b2ff8c25a9dfb0161e1e61bda448d29d2d98436;hb=4db800ee441d51a36861d02a54476c9ded26b0f7;hp=9dec95084e55dec66651950ad6dd04743bdd56e8;hpb=ea37defbf554c01178f4a4f8aa75d3ead825bd43;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 9dec95084e..4b2ff8c25a 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -30,7 +30,7 @@ * version are hardcoded here */ function wfEntryPointCheck( $entryPoint ) { - $mwVersion = '1.26'; + $mwVersion = '1.27'; $minimumVersionPHP = '5.3.3'; $phpVersion = PHP_VERSION;