summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2017-04-02 19:34:30 +0100
committerChad <chadh@wikimedia.org>2017-04-07 01:42:49 +0000
commit1c409c54d4ed3767d216b2a332ae1daeef357909 (patch)
tree453a376955e996d957d959ce664facf6c2368573
parent2ac469ec85584f3403f1e82e85ff5a45e62722cc (diff)
Bump $wgVersion and finalise RELEASE-NOTES for 1.27.21.27.2
Change-Id: Ic430953abf5a3253c8fcca9becf05ce8ea4fb3ba
-rw-r--r--RELEASE-NOTES-1.272
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index 30d621fcb090..9f6982d24dc4 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -1,5 +1,5 @@
== MediaWiki 1.27.2 ==
-This is not a release yet!
+This is a security and maintenance release of the MediaWiki 1.27 branch.
ApiCreateAccount was removed in 1.27.0. It was incorrectly still marked as
deprecated (rather than already removed) in the RELEASE-NOTES at the point 1.27.0
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 8c9a0f494111..b63bcad45cc0 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -75,7 +75,7 @@ $wgConfigRegistry = [
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.27.1';
+$wgVersion = '1.27.2';
/**
* Name of the site. It must be changed in LocalSettings.php