Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Semantic Maps 1.0 === |
12 | | -(2011-0x-xx) |
| 12 | +(2011-07-19) |
13 | 13 | |
14 | 14 | This version branched from Semantic Maps 0.7.x at version 0.7.3. |
15 | 15 | See the maps release notes for all changes not specific to Semantic Maps. |
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 rc' ); |
| 49 | +define( 'SM_VERSION', '1.0' ); |
50 | 50 | |
51 | 51 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
52 | 52 | 'path' => __FILE__, |