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.4' ); |
| 13 | +define( 'SCQ_VERSION', '0.2.5' ); |
14 | 14 | |
15 | 15 | $wgExtensionCredits['parserhook'][] = array( |
16 | 16 | 'path' => __FILE__, |
Index: trunk/extensions/SemanticCompoundQueries/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Semantic Compound Queries Extension |
3 | 3 | |
4 | | - Version 0.2.4 |
| 4 | + Version 0.2.5 |
5 | 5 | Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |