From: Chad Horohoe Date: Wed, 26 May 2010 14:51:16 +0000 (+0000) Subject: I've gone and done something naughty. I've just bumped $wgVersion X-Git-Tag: 1.31.0-rc.0~36708 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=44a950288a78c7cb89286271c068c2578865e0b3;p=lhc%2Fweb%2Fwiklou.git I've gone and done something naughty. I've just bumped $wgVersion to 2.0alpha. *waiting for the gasps to quiet* The subject's been broached before, and honestly, there's no compelling reason not to bump it at this point. The comment's been made that we should've done it after 1.9, but that didn't happen. So we're doing it now. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8555609b08..0857487739 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -33,7 +33,7 @@ if ( !defined( 'MW_PHP4' ) ) { } /** MediaWiki version number */ -$wgVersion = '1.17alpha'; +$wgVersion = '2.0alpha'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki';