From f83e6552a2ee1c4c57746f0e28b0a54c9250e2ee Mon Sep 17 00:00:00 2001
From: Reedy <reedy@wikimedia.org>
Date: Sun, 2 Apr 2017 19:34:30 +0100
Subject: [PATCH 10/10] Bump $wgVersion and finalise RELEASE-NOTES for 1.27.2

Change-Id: Ic430953abf5a3253c8fcca9becf05ce8ea4fb3ba
---
 RELEASE-NOTES-1.27           | 2 +-
 includes/DefaultSettings.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index 30d621f..9f6982d 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 8c9a0f4..b63bcad 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
-- 
2.9.3

