From: Roan Kattouw Date: Tue, 7 Dec 2010 13:46:05 +0000 (+0000) Subject: Bump $wgVersion to 1.18alpha. RELEASE-NOTES and HISTORY should be poked at too, but... X-Git-Tag: 1.31.0-rc.0~33484 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=c634f9369a09983138431827a0ea61b857ab59a3;p=lhc%2Fweb%2Fwiklou.git Bump $wgVersion to 1.18alpha. RELEASE-NOTES and HISTORY should be poked at too, but I'm not burning my hands on those --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4a19266f48..ccd5261712 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -34,7 +34,7 @@ if ( !defined( 'MW_PHP4' ) ) { /** @endcond */ /** MediaWiki version number */ -$wgVersion = '1.17alpha'; +$wgVersion = '1.18alpha'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki';