Update version before MLEB release

Change-Id: If31e121d903f599a163c76df3ec77f1b40f94f2f
This commit is contained in:
Kartik Mistry
2015-02-27 13:45:45 +05:30
parent d95a2da7eb
commit ea6dda8988

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