From: Florian Date: Sat, 6 Feb 2016 17:07:08 +0000 (+0100) Subject: Use semver for wgVersion alpha versions X-Git-Tag: 1.31.0-rc.0~8064^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=75485a11abaf7ad287ea63cc09510ceb885c48e5;p=lhc%2Fweb%2Fwiklou.git Use semver for wgVersion alpha versions Currently, the "alpha version" of MediaWiki is the only version, that doesn't follow semantic versioning (1.27alpha), wmf branches are named according to the sember convention (e.g. 1.27.0-wmf.1) and releases, too (e.g. 1.26.0). Change the alpha version naming to follow semver, too: 1.27alpha -> 1.27.0-alpha Change-Id: I026825c688e2eaed104ed2d0ec206b5a897a3527 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9c7106f83f..6a41152f83 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -75,7 +75,7 @@ $wgConfigRegistry = array( * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.27alpha'; +$wgVersion = '1.27.0-alpha'; /** * Name of the site. It must be changed in LocalSettings.php