Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.<br />' ); |
43 | 43 | } |
44 | 44 | |
45 | | -define( 'Maps_VERSION', '0.8 alpha' ); |
| 45 | +define( 'Maps_VERSION', '1.0 alpha' ); |
46 | 46 | |
47 | 47 | $wgExtensionCredits['parserhook'][] = array( |
48 | 48 | 'path' => __FILE__, |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log |
9 | 9 | |
10 | 10 | |
11 | | -=== Maps 0.8 === |
| 11 | +=== Maps 1.0 === |
12 | 12 | (2011-0x-xx) |
13 | 13 | |
14 | 14 | This version branched from Maps 0.7.x at version 0.7.3. |