From 44a950288a78c7cb89286271c068c2578865e0b3 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 26 May 2010 14:51:16 +0000 Subject: [PATCH] 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. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.20.1