Bump version before MLEB release

Change-Id: I41ded8063c92fe9b50dc695510fa8da8df0a55d7
This commit is contained in:
Kartik Mistry
2014-04-28 11:16:53 +05:30
parent 8e051fd304
commit 0c09f63426

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