Index: trunk/extensions/SemanticCompoundQueries/SemanticCompoundQueries.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
12 | 12 | |
13 | | -define( 'SCQ_VERSION', '0.2.2' ); |
| 13 | +define( 'SCQ_VERSION', '0.2.3' ); |
14 | 14 | |
15 | 15 | $wgExtensionCredits['parserhook'][] = array( |
16 | 16 | 'path' => __FILE__, |