From 8d00acfb43e9bd03ba7711126b03e9e6eaa918d5 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 30 Sep 2021 15:30:31 +0100 Subject: Prep 1.31.16 Change-Id: If9fe567779582bfca28fb76b39c4daf7b1774bc2 --- RELEASE-NOTES-1.31 | 5 ++++- includes/Defines.php | 2 +- 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 /** -- cgit v1.2.3