Removed deprecated RefreshLinksJob2 class
[lhc/web/wiklou.git] / includes / PHPVersionError.php
index f481650..b061990 100644 (file)
@@ -39,8 +39,8 @@
  * version are hardcoded here
  */
 function wfPHPVersionError( $type ) {
-       $mwVersion = '1.24';
-       $minimumVersionPHP = '5.3.2';
+       $mwVersion = '1.25';
+       $minimumVersionPHP = '5.3.3';
 
        $phpVersion = PHP_VERSION;
        $protocol = isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0';