From: Brion Vibber Date: Sat, 5 Nov 2005 09:01:38 +0000 (+0000) Subject: Change version number from '1.6alpha' to '1.6devel' so know-it-alls who bitch about... X-Git-Tag: 1.6.0~1215 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=8b0761500e739aed0bc35024ecbc724b76975a39;p=lhc%2Fweb%2Fwiklou.git Change version number from '1.6alpha' to '1.6devel' so know-it-alls who bitch about how we're running alpha software can shut the fuck up --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5a633a6337..3e9eda6e7a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -28,7 +28,7 @@ require_once( 'includes/SiteConfiguration.php' ); $wgConf = new SiteConfiguration; /** MediaWiki version number */ -$wgVersion = '1.6alpha'; +$wgVersion = '1.6devel'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki';