r82278 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82277‎ | r82278 | r82279 >
Date:19:20, 16 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix version nr fail
Modified paths:
  • /tags/extensions/Maps/REL_0_7_5/Maps.php (modified) (history)

Diff [purge]

Index: tags/extensions/Maps/REL_0_7_5/Maps.php
@@ -36,7 +36,7 @@
3737 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 />' );
3838 }
3939 else {
40 - define( 'Maps_VERSION', '0.7.5 rc' );
 40+ define( 'Maps_VERSION', '0.7.5' );
4141
4242 // The different coordinate notations.
4343 define( 'Maps_COORDS_FLOAT', 'float' );

Status & tagging log