Index: trunk/extensions/SemanticMaps/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Maps 0.7.4]] |
| 2 | +[[Semantic Maps 0.7.5]] |
3 | 3 | |
4 | 4 | You can find a wiki version of this document, which includes various helpfull links, at |
5 | 5 | http://mapping.referata.com/wiki/Help:Installation#Semantic_Maps |
Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -7,6 +7,11 @@ |
8 | 8 | http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log |
9 | 9 | |
10 | 10 | |
| 11 | +=== Semantic Maps 0.7.5 === |
| 12 | +(2011-02-16) |
| 13 | + |
| 14 | +Maintenance release matching Maps 0.7.5. |
| 15 | + |
11 | 16 | === Semantic Maps 0.7.4 === |
12 | 17 | (2011-01-20) |
13 | 18 | |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | |
40 | 40 | // Only initialize the extension when all dependencies are present. |
41 | 41 | if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) { |
42 | | - define( 'SM_VERSION', '0.7.5 alpha' ); |
| 42 | + define( 'SM_VERSION', '0.7.5 rc' ); |
43 | 43 | |
44 | 44 | $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath; |
45 | 45 | $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps'; |