Index: trunk/extensions/SemanticCompoundQueries/SemanticCompoundQueries.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | |
19 | 19 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
20 | 20 | |
21 | | -define( 'SCQ_VERSION', '0.2.7 alpha' ); |
| 21 | +define( 'SCQ_VERSION', '0.2.7' ); |
22 | 22 | |
23 | 23 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array( |
24 | 24 | 'path' => __FILE__, |