From bb8cd7e72ead26ab34eed7e35beeb7ed3502e8f6 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 25 Jan 2008 02:59:27 +0000 Subject: [PATCH] $wgStyleVersion! --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 429d98e415..1578233a5c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1314,7 +1314,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '104'; +$wgStyleVersion = '105'; # Server-side caching: -- 2.20.1