Update version before MLEB release

Change-Id: I38c52b97ceab88008869cb4b0e302f97176fbdd2
This commit is contained in:
Kartik Mistry
2014-11-28 21:34:54 +05:30
parent 00014a6a91
commit 08e37627a8

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