summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2015-12-20 22:08:37 +0000
committerReedy <reedy@wikimedia.org>2015-12-20 23:06:16 +0000
commit7255e7da1531d03b77e52cd5d7471a3933bfe8e0 (patch)
treea9b48bb20602acc46ba4efd6c1d649a73ea8796e
parent3808e9dbcdabbe3754d5e38dd03c2eba64c66b8a (diff)
Prep 1.24.61.24.6
Change-Id: I05d2c3e6ed8527ba1933558f9636a3beb2d6bd80
-rw-r--r--RELEASE-NOTES-1.242
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24
index 9000cd5bad97..66e9df862648 100644
--- a/RELEASE-NOTES-1.24
+++ b/RELEASE-NOTES-1.24
@@ -3,7 +3,7 @@ turn it off. MediaWiki will no longer work with it enabled.
== MediaWiki 1.24.6 ==
-THIS IS NOT A RELEASE YET!
+This is a maintenance release of the MediaWiki 1.24 branch.
== Changes since 1.24.5 ==
* (T121892) Fix fatal error on some Special pages, introduced in 1.24.5.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 0b049a38a76d..096fa0a150c8 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -75,7 +75,7 @@ $wgConfigRegistry = array(
* Using single quotes is, therefore, important here.
* @since 1.2
*/
-$wgVersion = '1.24.5';
+$wgVersion = '1.24.6';
/**
* Name of the site. It must be changed in LocalSettings.php