From: Tim Starling Date: Sun, 1 Jan 2006 20:17:21 +0000 (+0000) Subject: bump parser version X-Git-Tag: 1.6.0~818 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=b5d90f8278fff28c478f6a685862f0d5df6e1bdb;p=lhc%2Fweb%2Fwiklou.git bump parser version --- diff --git a/includes/Parser.php b/includes/Parser.php index a5df217c12..bd48b22756 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -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