From 4c0688f4e8a03b7b5f56ae14fa38347c7ad92db1 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 8 Oct 2012 20:45:55 +0200 Subject: [PATCH] Update version to 1.21. Change-Id: I0305bb936104eadd60a2f43cdbf7cb676a55d3cb --- includes/PHPVersionError.php | 2 +- tests/phpunit/maintenance/backupPrefetchTest.php | 2 +- tests/phpunit/maintenance/backupTextPassTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index dad71f82f5..2aed2afbdb 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -38,7 +38,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ){ - $mwVersion = '1.20'; + $mwVersion = '1.21'; $phpVersion = PHP_VERSION; $message = "MediaWiki $mwVersion requires at least PHP version 5.3.2, you are using PHP $phpVersion."; if( $type == 'index.php' ) { diff --git a/tests/phpunit/maintenance/backupPrefetchTest.php b/tests/phpunit/maintenance/backupPrefetchTest.php index 8ff855744b..4baed7cde7 100644 --- a/tests/phpunit/maintenance/backupPrefetchTest.php +++ b/tests/phpunit/maintenance/backupPrefetchTest.php @@ -156,7 +156,7 @@ class BaseDumpTest extends MediaWikiTestCase { wikisvn http://localhost/wiki-svn/index.php/Main_Page - MediaWiki 1.20alpha + MediaWiki 1.21alpha first-letter Media diff --git a/tests/phpunit/maintenance/backupTextPassTest.php b/tests/phpunit/maintenance/backupTextPassTest.php index a0bbadf991..a7609f111d 100644 --- a/tests/phpunit/maintenance/backupTextPassTest.php +++ b/tests/phpunit/maintenance/backupTextPassTest.php @@ -438,7 +438,7 @@ class TextPassDumperTest extends DumpTestCase { wikisvn http://localhost/wiki-svn/index.php/Main_Page - MediaWiki 1.20alpha + MediaWiki 1.21alpha first-letter Media -- 2.20.1