MLEB: Update version before MLEB release

Also, fix some old copyright year.

Bug: T206609
Change-Id: I2f5a04c01657b6a6853bba2458ea54ab210d1fae
This commit is contained in:
Kartik Mistry
2018-10-26 11:21:59 +05:30
committed by jenkins-bot
parent bf44482142
commit e61b40ca9c
2 changed files with 5 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
/**
* Hooks for UniversalLanguageSelector extension.
*
* Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris,
* Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other
* contributors. See CREDITS for a list.
* Copyright (C) 2012-2018 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon
* Harris, Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland
* and other contributors. See CREDITS for a list.
*
* UniversalLanguageSelector is dual licensed GPLv2 or later and MIT. You don't
* have to do anything special to choose one license or the other and you don't
@@ -24,7 +24,7 @@ class UniversalLanguageSelectorHooks {
* Used when extension registration in use which skips the main php file
*/
public static function setVersionConstant() {
define( 'ULS_VERSION', '2017-07-25' );
define( 'ULS_VERSION', '2018-10-26' );
}
/**

View File

@@ -1,6 +1,6 @@
{
"name": "UniversalLanguageSelector",
"version": "2018-07-10",
"version": "2018-10-26",
"author": [
"Alolita Sharma",
"Amir Aharoni",