summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES-1.315
-rw-r--r--includes/Defines.php2
2 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31
index 2d28edc40946..e6ea6ce6479a 100644
--- a/RELEASE-NOTES-1.31
+++ b/RELEASE-NOTES-1.31
@@ -1,6 +1,9 @@
== MediaWiki 1.31.16 ==
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.31 branch.
+
+This is intended to be the final release of the MediaWiki 1.31 branch,
+and as such, 1.31 is now considered End of Life.
=== Changes since MediaWiki 1.31.15 ===
* (T283273) Make postgres IRC channel point to libera.chat.
diff --git a/includes/Defines.php b/includes/Defines.php
index 969adca890ca..d43dc3a41867 100644
--- a/includes/Defines.php
+++ b/includes/Defines.php
@@ -37,7 +37,7 @@ use Wikimedia\Rdbms\IDatabase;
*
* @since 1.31.7
*/
-define( 'MW_VERSION', '1.31.15' );
+define( 'MW_VERSION', '1.31.16' );
# Obsolete aliases
/**