Update version before MLEB release

Change-Id: If1d1b0f3a2c1f839b575b998772a794814f2ccdb
This commit is contained in:
Kartik Mistry
2014-08-28 17:08:42 +05:30
parent e850935272
commit 95a5c3c939

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