bump parser version
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 1 Jan 2006 20:17:21 +0000 (20:17 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 1 Jan 2006 20:17:21 +0000 (20:17 +0000)
includes/Parser.php

index a5df217..bd48b22 100644 (file)
@@ -15,7 +15,7 @@ require_once( 'HttpFunctions.php' );
  * changes in an incompatible way, so the parser cache
  * can automatically discard old data.
  */
-define( 'MW_PARSER_VERSION', '1.5.0' );
+define( 'MW_PARSER_VERSION', '1.6.0' );
 
 /**
  * Variable substitution O(N^2) attack