Update version before MLEB release

Change-Id: Ie18a045430fa5d689156034143b7b9f8f2ddd1b1
This commit is contained in:
Kartik Mistry
2015-10-27 10:34:08 +05:30
parent bb91fa3d4b
commit 058d3f5cfb

View File

@@ -33,7 +33,7 @@ if ( function_exists( 'wfLoadExtension' ) ) {
/**
* Version number used in extension credits and in other placed where needed.
*/
define( 'ULS_VERSION', '2015-08-28' );
define( 'ULS_VERSION', '2015-10-27' );
$wgExtensionCredits['other'][] = array(
'path' => __FILE__,