r92579 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92578‎ | r92579 | r92580 >
Date:21:18, 19 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0 release :)
Modified paths:
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Semantic Maps 1.0 ===
12 -(2011-0x-xx)
 12+(2011-07-19)
1313
1414 This version branched from Semantic Maps 0.7.x at version 0.7.3.
1515 See the maps release notes for all changes not specific to Semantic Maps.
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 rc' );
 49+define( 'SM_VERSION', '1.0' );
5050
5151 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
5252 'path' => __FILE__,