From: Brion Vibber Date: Tue, 4 Apr 2006 07:52:06 +0000 (+0000) Subject: Bump version to 1.6.0; release is a-comin' X-Git-Tag: 1.6.0~39 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=9b257bbde29760bdc99bbc9a04c5085ddce66e14;p=lhc%2Fweb%2Fwiklou.git Bump version to 1.6.0; release is a-comin' --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 091aa961ea..2d0694ccd1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -32,7 +32,7 @@ require_once( 'includes/SiteConfiguration.php' ); $wgConf = new SiteConfiguration; /** MediaWiki version number */ -$wgVersion = '1.6alpha'; +$wgVersion = '1.6.0'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki';