Index: trunk/extensions/SemanticCompoundQueries/SCQ_Settings.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | if (!defined('MEDIAWIKI')) die(); |
12 | 12 | |
13 | | -define('SCQ_VERSION', '0.2'); |
| 13 | +define('SCQ_VERSION', '0.2.1'); |
14 | 14 | |
15 | 15 | $wgExtensionCredits['parserhook'][]= array( |
16 | 16 | 'name' => 'Semantic Compound Queries', |
Index: trunk/extensions/SemanticCompoundQueries/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Semantic Compound Queries Extension |
3 | 3 | |
4 | | - Version 0.2 |
| 4 | + Version 0.2.1 |
5 | 5 | Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |