Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.6 or above; use Semantic Maps 0.7.x for older versions.' ); |
47 | 47 | } |
48 | 48 | |
49 | | -define( 'SM_VERSION', '1.0.1 RC' ); |
| 49 | +define( 'SM_VERSION', '1.0.1' ); |
50 | 50 | |
51 | 51 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
52 | 52 | 'path' => __FILE__, |