Index: trunk/extensions/SemanticDrilldown/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Drilldown 0.8.4]] |
| 2 | +[[Semantic Drilldown 1.0]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |
Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | |
15 | 15 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
16 | 16 | |
17 | | -define( 'SD_VERSION', '0.8.4' ); |
| 17 | +define( 'SD_VERSION', '1.0' ); |
18 | 18 | |
19 | 19 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
20 | 20 | 'path' => __FILE__, |