HEAD is now in 1.6 alpha state, no matter what release engineer tells

This commit is contained in:
Domas Mituzas 2005-08-01 18:57:26 +00:00
parent 62eddad34c
commit 0e5600c2b8

View file

@ -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';