From: Ævar Arnfjörð Bjarmason Date: Sat, 31 Dec 2005 02:24:52 +0000 (+0000) Subject: * $wgVersion: "1.6devel" => "1.6alpha" (rv 1.387 => 1.388), Brion, we *are* X-Git-Tag: 1.6.0~831 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=13ebd6a76b25b4db6f0e39bbb1e0fdfc87563f88;p=lhc%2Fweb%2Fwiklou.git * $wgVersion: "1.6devel" => "1.6alpha" (rv 1.387 => 1.388), Brion, we *are* using alpha software and I want to use version_compare(), so just tell these people to STFU;) --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2973937333..529b2f3ab5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -31,7 +31,7 @@ require_once( 'includes/SiteConfiguration.php' ); $wgConf = new SiteConfiguration; /** MediaWiki version number */ -$wgVersion = '1.6devel'; +$wgVersion = '1.6alpha'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki';