r82279 MediaWiki - Code Review archive

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

Diff [purge]

Index: tags/extensions/SemanticMaps/REL_0_7_5/SemanticMaps.php
@@ -38,7 +38,7 @@
3939
4040 // Only initialize the extension when all dependencies are present.
4141 if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
42 - define( 'SM_VERSION', '0.7.5 rc' );
 42+ define( 'SM_VERSION', '0.7.5' );
4343
4444 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4545 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';

Status & tagging log