From b92b9b62c0c93d16c93541ea1cd5afa5d60eef52 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 10 Dec 2012 13:33:12 -0500 Subject: [PATCH] Applied patches to new WMF 1.21wmf6 branch --- .gitreview | 2 +- includes/DefaultSettings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index 0ec44b8359..435b8fd2b9 100644 --- a/.gitreview +++ b/.gitreview @@ -2,5 +2,5 @@ host=gerrit.wikimedia.org port=29418 project=mediawiki/core.git -defaultbranch=master +defaultbranch=wmf/1.21wmf6 defaultrebase=0 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c2f7ea6d08..e90a065e41 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -59,7 +59,7 @@ if( !defined( 'MEDIAWIKI' ) ) { $wgConf = new SiteConfiguration; /** MediaWiki version number */ -$wgVersion = '1.21alpha'; +$wgVersion = '1.21wmf6'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki'; -- 2.20.1