I've gone and done something naughty. I've just bumped $wgVersion
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 26 May 2010 14:51:16 +0000 (14:51 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 26 May 2010 14:51:16 +0000 (14:51 +0000)
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.

includes/DefaultSettings.php

index 8555609..0857487 100644 (file)
@@ -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';