From: Sam Reed Date: Mon, 18 Jul 2011 23:04:09 +0000 (+0000) Subject: Revert 2 from r92498 X-Git-Tag: 1.31.0-rc.0~28753 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=34e3b75f483a3b1092f5d16ad8c327d5f2d6d993;p=lhc%2Fweb%2Fwiklou.git Revert 2 from r92498 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9e344f03bc..e5323e7b32 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration; /** @endcond */ /** MediaWiki version number */ -$wgVersion = '1.18'; +$wgVersion = '1.19alpha'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki'; diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 91502a4ce0..26823fc6ca 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -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' ) {