r92372 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92371‎ | r92372 | r92373 >
Date:18:28, 16 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.6 rc
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -20,7 +20,7 @@
2121 die( 'Not an entry point.' );
2222 }
2323
24 -define( 'SRF_VERSION', '1.6 alpha' );
 24+define( 'SRF_VERSION', '1.6 rc1' );
2525
2626 // Require the settings file.
2727 require dirname( __FILE__ ) . '/SRF_Settings.php';