From c759d64146ad3d48c316b0052b7e240def4634da Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 23 Jun 2020 01:26:58 +0100 Subject: [PATCH 1/1] Bump and prep 1.31.8 Change-Id: I5d51e01b55235c3303b721cb58e56487acb7a9e4 --- RELEASE-NOTES-1.31 | 2 +- includes/Defines.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 2b48c93dab..6144e690d6 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -1,6 +1,6 @@ == MediaWiki 1.31.8 == -THIS IS NOT A RELEASE YET +This is a security and maintenance release of the MediaWiki 1.31 branch. === Changes since MediaWiki 1.31.7 === * (T199809) Don't invalidate BotPasswords if a password reset email is sent. diff --git a/includes/Defines.php b/includes/Defines.php index 214eba5571..9c76fec6b0 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.7' ); +define( 'MW_VERSION', '1.31.8' ); # Obsolete aliases /** -- 2.20.1