Merge "Use existing constant as version in the extension credits"

This commit is contained in:
Santhosh
2012-08-15 05:04:24 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ $messages['qqq'] = array(
'UniversalLanguageSelector' => 'Extension name',
'uls-desc' => 'Extension description',
'uls-select-content-language' => 'Main heading in the language selector popup.',
);
);

View File

@@ -30,7 +30,7 @@ define( 'ULS_VERSION', '2012-07-20' );
$wgExtensionCredits['other'][] = array(
'path' => __FILE__,
'name' => 'UniversalLanguageSelector',
'version' => '0.1',
'version' => ULS_VERSION,
'author' => array(
'Alolita Sharma',
'Amir Aharoni',