diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2022-09-05 20:30:25 -0400 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2022-09-05 20:30:54 -0400 |
commit | 4281c88132cd776eb6b94159fe8537142b30d213 (patch) | |
tree | 0b76b3108c3745c39999d5eaf96821c9d0a7d186 /includes/PHPVersionCheck.php | |
parent | b1e30bbe36ba2d241c46a1b19b07d31d91e75130 (diff) | |
download | mediawikicore-4281c88132cd776eb6b94159fe8537142b30d213.tar.gz mediawikicore-4281c88132cd776eb6b94159fe8537142b30d213.zip |
Prepare active branch following REL1_39 cut, labelling as 1.40-alpha
Bug: T313920
Change-Id: If0da235a55c0379e4217bbd76adf1cbd0024e464
Diffstat (limited to 'includes/PHPVersionCheck.php')
-rw-r--r-- | includes/PHPVersionCheck.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( |