Fixed year in version

Change-Id: I06ad3251b91b00dc93a1fdf2a1d97ff7b9cc18f6
This commit is contained in:
Kartik Mistry
2014-02-10 18:54:02 +05:30
parent b3a30c3e28
commit 1de86b4ba7

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