Use semver for wgVersion alpha versions
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Sat, 6 Feb 2016 17:07:08 +0000 (18:07 +0100)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Sat, 6 Feb 2016 17:07:08 +0000 (18:07 +0100)
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

includes/DefaultSettings.php

index 9c7106f..6a41152 100644 (file)
@@ -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