From 22cb66c175c99a95cfd05ae55749e86b195859e9 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Wed, 19 Jul 2017 17:37:29 +0000 Subject: [PATCH] Update FIRST_LETTER_VERSION for rowiki changes Can't just clear cache on production, as this now uses per-server apc instance. Follow-up 486f64f28302ecceed04977 Change-Id: I88df6d5a91c86ef687543d1a6988e0ec050bbfce --- includes/collation/IcuCollation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index 84f71886da..2661bad867 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -22,7 +22,7 @@ * @since 1.16.3 */ class IcuCollation extends Collation { - const FIRST_LETTER_VERSION = 2; + const FIRST_LETTER_VERSION = 3; /** @var Collator */ private $primaryCollator; -- 2.20.1