Index: trunk/phase3/includes/Parser.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | * changes in an incompatible way, so the parser cache |
17 | 17 | * can automatically discard old data. |
18 | 18 | */ |
19 | | -define( 'MW_PARSER_VERSION', '1.5.0' ); |
| 19 | +define( 'MW_PARSER_VERSION', '1.6.0' ); |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Variable substitution O(N^2) attack |