http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92500

Revision: 92500
Author:   reedy
Date:     2011-07-18 23:04:09 +0000 (Mon, 18 Jul 2011)
Log Message:
-----------
Revert 2 from r92498

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php
    trunk/phase3/includes/PHPVersionError.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2011-07-18 23:02:14 UTC (rev 
92499)
+++ trunk/phase3/includes/DefaultSettings.php   2011-07-18 23:04:09 UTC (rev 
92500)
@@ -33,7 +33,7 @@
 /** @endcond */
 
 /** MediaWiki version number */
-$wgVersion = '1.18';
+$wgVersion = '1.19alpha';
 
 /** Name of the site. It must be changed in LocalSettings.php */
 $wgSitename         = 'MediaWiki';

Modified: trunk/phase3/includes/PHPVersionError.php
===================================================================
--- trunk/phase3/includes/PHPVersionError.php   2011-07-18 23:02:14 UTC (rev 
92499)
+++ trunk/phase3/includes/PHPVersionError.php   2011-07-18 23:04:09 UTC (rev 
92500)
@@ -17,7 +17,7 @@
  * version are hardcoded here
  */
 function wfPHPVersionError( $type ){
-       $mwVersion = '1.18';
+       $mwVersion = '1.19';
        $phpVersion = PHP_VERSION;
        $message = "MediaWiki $mwVersion requires at least PHP version 5.2.3, 
you are using PHP $phpVersion.";
        if( $type == 'index.php' ) {


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to