r94697 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94696‎ | r94697 | r94698 >
Date:22:13, 16 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0.1
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -41,7 +41,7 @@
4242 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 />' );
4343 }
4444
45 -define( 'Maps_VERSION', '1.0.1 RC' );
 45+define( 'Maps_VERSION', '1.0.1' );
4646
4747 $wgExtensionCredits['parserhook'][] = array(
4848 'path' => __FILE__,