Update version before MLEB release

Change-Id: Icbd6e281eebd12ed46d8d4405e0bd30509626e82
This commit is contained in:
Kartik Mistry
2015-04-29 17:13:55 +05:30
committed by KartikMistry
parent 37e0730a31
commit c9f8d7715a

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', '2015-03-30' ); define( 'ULS_VERSION', '2015-04-29' );
$GLOBALS['wgExtensionCredits']['other'][] = array( $GLOBALS['wgExtensionCredits']['other'][] = array(
'path' => __FILE__, 'path' => __FILE__,