Update version before MLEB release

Change-Id: Ic0745862575993a6328875487c13c7529e597188
This commit is contained in:
Kartik Mistry
2014-09-29 17:07:59 +05:30
parent 7865a65bb0
commit d98df551f3

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