diff options
author | Paladox <thomasmulhall410@yahoo.com> | 2016-05-22 19:01:43 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2016-05-23 16:27:26 +0000 |
commit | bd473b96420afc88e45c0d35ea71bd0fa292ee47 (patch) | |
tree | e2dfd71a45107e4361f2709b3cb3b7858fe5ac1c /includes/PHPVersionCheck.php | |
parent | f826f2f5f6facdce2c92dcb9e70bb0cf20ff9db0 (diff) | |
download | mediawikicore-bd473b96420afc88e45c0d35ea71bd0fa292ee47.tar.gz mediawikicore-bd473b96420afc88e45c0d35ea71bd0fa292ee47.zip |
Bump mediawiki version in PHPVersionCheck.php to 1.28
We bumped to version 1.28 in mediawiki recently but seems we forgot to do
it in PHPVersionCheck.php.
Change-Id: I2a455669b68225fd9d6772c8482559c220d433b5
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 1eafcfa5b806..ab8aada836c2 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -30,7 +30,7 @@ * version are hardcoded here */ function wfEntryPointCheck( $entryPoint ) { - $mwVersion = '1.27'; + $mwVersion = '1.28'; $minimumVersionPHP = '5.5.9'; $phpVersion = PHP_VERSION; |