From: Brion Vibber Date: Thu, 17 May 2007 21:04:50 +0000 (+0000) Subject: Forgot to bump the cache version when making RTL fixes X-Git-Tag: 1.31.0-rc.0~52882 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=63badd2b1d503e9b72a612bf7375f1764cc532c3;p=lhc%2Fweb%2Fwiklou.git Forgot to bump the cache version when making RTL fixes --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index 3b9f885cf3..8d96e3d476 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -11,7 +11,7 @@ * fixes important bugs or such to force cached diff views to * clear. */ -define( 'MW_DIFF_VERSION', '1.11' ); +define( 'MW_DIFF_VERSION', '1.11a' ); /** * @todo document