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.10 alpha' ); |
| 21 | +define( 'SCQ_VERSION', '0.2.10' ); |
22 | 22 | |
23 | 23 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array( |
24 | 24 | 'path' => __FILE__, |
Index: trunk/extensions/SemanticCompoundQueries/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Semantic Compound Queries Extension |
3 | 3 | |
4 | | - Version 0.2.9 |
| 4 | + Version 0.2.10 |
5 | 5 | Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |