Update ULS version

Change-Id: I6761d1162fde1857f2eb1975cb94754cb21c36bc
This commit is contained in:
Kartik Mistry
2014-10-31 18:54:49 +05:30
parent 2aaa5b19d1
commit b4f9a1aa57

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