aboutsummaryrefslogtreecommitdiffstats
path: root/includes/PHPVersionCheck.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2022-09-05 20:30:25 -0400
committerJames D. Forrester <jforrester@wikimedia.org>2022-09-05 20:30:54 -0400
commit4281c88132cd776eb6b94159fe8537142b30d213 (patch)
tree0b76b3108c3745c39999d5eaf96821c9d0a7d186 /includes/PHPVersionCheck.php
parentb1e30bbe36ba2d241c46a1b19b07d31d91e75130 (diff)
downloadmediawikicore-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.php2
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(