Merge "Break long lines in OutputPage::sendCacheControl()"
[lhc/web/wiklou.git] / includes / PHPVersionCheck.php
index 018c6f8..656ba43 100644 (file)
@@ -30,7 +30,7 @@
  * version are hardcoded here
  */
 function wfEntryPointCheck( $entryPoint ) {
-       $mwVersion = '1.28';
+       $mwVersion = '1.29';
        $minimumVersionPHP = '5.5.9';
        $phpVersion = PHP_VERSION;