r93202 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93201‎ | r93202 | r93203 >
Date:16:20, 26 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.1 RC1
Modified paths:
  • /trunk/extensions/SemanticWatchlist/SemanticWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.php
@@ -37,7 +37,7 @@
3838 die( '<b>Error:</b> Semantic Watchlist requires Semantic MediaWiki 1.6 or above.' );
3939 }
4040
41 -define( 'SemanticWatchlist_VERSION', '0.1 alpha' );
 41+define( 'SemanticWatchlist_VERSION', '0.1 RC1' );
4242
4343 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
4444 'path' => __FILE__,