Update version before MLEB release

Change-Id: Ide75319f6caaad5e48cafbb24daff457b150a573
This commit is contained in:
Kartik Mistry
2014-12-29 14:17:49 +05:30
parent 1c99e67a7a
commit 24449519fd

View File

@@ -25,7 +25,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
/**
* Version number used in extension credits and in other placed where needed.
*/
define( 'ULS_VERSION', '2014-11-28' );
define( 'ULS_VERSION', '2014-12-29' );
$GLOBALS['wgExtensionCredits']['other'][] = array(
'path' => __FILE__,