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', '1.0.1 RC' ); |
| 45 | +define( 'Maps_VERSION', '1.0.1' ); |
46 | 46 | |
47 | 47 | $wgExtensionCredits['parserhook'][] = array( |
48 | 48 | 'path' => __FILE__, |