Forgot to bump the cache version when making RTL fixes
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 17 May 2007 21:04:50 +0000 (21:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 17 May 2007 21:04:50 +0000 (21:04 +0000)
includes/DifferenceEngine.php

index 3b9f885..8d96e3d 100644 (file)
@@ -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