Index: trunk/extensions/SemanticDrilldown/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Drilldown 0.6]] |
| 2 | +[[Semantic Drilldown 0.6.1]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | |
20 | 20 | == Requirements == |
21 | 21 | |
22 | | -The extension requires an install of Semantic MediaWiki 0.6 or |
| 22 | +The extension requires an install of Semantic MediaWiki 1.4.3 or |
23 | 23 | greater. For more details, see Semantic MediaWiki's own |
24 | 24 | installation requirements. |
25 | 25 | |
Index: trunk/extensions/SemanticDrilldown/includes/SD_GlobalFunctions.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | |
9 | 9 | if (!defined('MEDIAWIKI')) die(); |
10 | 10 | |
11 | | -define('SD_VERSION','0.6'); |
| 11 | +define('SD_VERSION','0.6.1'); |
12 | 12 | |
13 | 13 | // constants for special properties |
14 | 14 | define('SD_SP_HAS_FILTER', 1); |