summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Horohoe <chadh@wikimedia.org>2016-06-28 13:24:08 -0700
committerChad Horohoe <chadh@wikimedia.org>2016-06-28 13:24:08 -0700
commit758cd9d2371d529450448cdf7eb2f1f6e099cfee (patch)
treef96670012d8cebee62236fcf8726c4839632a121
parent6a723b2288452409e0234830d2c3843b599d6275 (diff)
Bump version number for release + remove alpha warnings1.27.0
Change-Id: I892c94eef2840e0494e1e189be72f1e2c5210a82
-rw-r--r--RELEASE-NOTES-1.275
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 1 insertions, 6 deletions
diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index d291f00dcb87..ef903a45e59a 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -1,10 +1,5 @@
== MediaWiki 1.27 ==
-THIS IS NOT A RELEASE YET
-
-MediaWiki 1.27 is an alpha-quality branch and is not recommended for use in
-production.
-
=== PHP version requirement ===
As of 1.27, MediaWiki now requires PHP 5.5.9 or higher (see Compatibility
section). Additionally, the following PHP extensions are required:
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 0bc27264ddaf..4e6f6fbcbf95 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -75,7 +75,7 @@ $wgConfigRegistry = [
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.27.0-rc.1';
+$wgVersion = '1.27.0';
/**
* Name of the site. It must be changed in LocalSettings.php