Index: branches/SemanticMaps0.7.x/RELEASE-NOTES |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | |
12 | 12 | === Semantic Maps 0.7.6 === |
13 | | -(2011-0x-xx) |
| 13 | +(2011-03-21) |
14 | 14 | |
15 | 15 | * Improved map query parameter support in the Special:Ask GUI |
16 | 16 | |
Index: branches/SemanticMaps0.7.x/SemanticMaps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | die( '<b>Error:</b> You need to have <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki">Semantic MediaWiki</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Semantic Maps">Semantic Maps</a>.<br />' ); |
38 | 38 | } |
39 | 39 | |
40 | | -define( 'SM_VERSION', '0.7.6 alpha' ); |
| 40 | +define( 'SM_VERSION', '0.7.6' ); |
41 | 41 | |
42 | 42 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
43 | 43 | 'path' => __FILE__, |