From: Domas Mituzas Date: Mon, 1 Aug 2005 18:57:26 +0000 (+0000) Subject: HEAD is now in 1.6 alpha state, no matter what release engineer tells X-Git-Tag: 1.6.0~2094 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=0e5600c2b8a21011845a4c3f2f8dcacb10cd9ea7;p=lhc%2Fweb%2Fwiklou.git HEAD is now in 1.6 alpha state, no matter what release engineer tells --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7690ddc86a..9773a1bafd 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.5beta4'; +$wgVersion = '1.6alpha'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki';