Update version before MLEB release

Change-Id: I7b6154f86de4c28505d2382154b4e6cf064e3db1
This commit is contained in:
Kartik Mistry
2014-06-26 10:25:18 +05:30
parent 9e5ec41a28
commit 28dcc1e284

View File

@@ -25,7 +25,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
/** /**
* Version number used in extension credits and in other placed where needed. * Version number used in extension credits and in other placed where needed.
*/ */
define( 'ULS_VERSION', '2014-05-31' ); define( 'ULS_VERSION', '2014-06-26' );
$GLOBALS['wgExtensionCredits']['other'][] = array( $GLOBALS['wgExtensionCredits']['other'][] = array(
'path' => __FILE__, 'path' => __FILE__,