r94698 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -45,7 +45,7 @@
4646 die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.6 or above; use Semantic Maps 0.7.x for older versions.' );
4747 }
4848
49 -define( 'SM_VERSION', '1.0.1 RC' );
 49+define( 'SM_VERSION', '1.0.1' );
5050
5151 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
5252 'path' => __FILE__,