Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -6,6 +6,8 @@ |
7 | 7 | http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log |
8 | 8 | |
9 | 9 | |
| 10 | +TODO |
| 11 | + |
10 | 12 | === Semantic Maps 0.6.3 === |
11 | 13 | (2010-06-20) |
12 | 14 | |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | |
37 | 37 | // Only initialize the extension when all dependencies are present. |
38 | 38 | if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) { |
39 | | - define( 'SM_VERSION', '0.6.4 rc1' ); |
| 39 | + define( 'SM_VERSION', '0.6.4' ); |
40 | 40 | |
41 | 41 | $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath; |
42 | 42 | $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps'; |