From 4281c88132cd776eb6b94159fe8537142b30d213 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Mon, 5 Sep 2022 20:30:25 -0400 Subject: Prepare active branch following REL1_39 cut, labelling as 1.40-alpha Bug: T313920 Change-Id: If0da235a55c0379e4217bbd76adf1cbd0024e464 --- includes/PHPVersionCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/PHPVersionCheck.php') diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 887877d9e6e2..3189ebe2220d 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -33,7 +33,7 @@ */ class PHPVersionCheck { /** @var string The number of the MediaWiki version used. If you're updating MW_VERSION in Defines.php, you must also update this value. */ - var $mwVersion = '1.39'; + var $mwVersion = '1.40'; /** @var string[] A mapping of PHP functions to PHP extensions. */ var $functionsExtensionsMapping = array( -- cgit v1.2.3