MLEB: Update version before MLEB release
Also, fix some old copyright year. Bug: T206609 Change-Id: I2f5a04c01657b6a6853bba2458ea54ab210d1fae
This commit is contained in:
committed by
jenkins-bot
parent
bf44482142
commit
e61b40ca9c
@@ -2,9 +2,9 @@
|
|||||||
/**
|
/**
|
||||||
* Hooks for UniversalLanguageSelector extension.
|
* Hooks for UniversalLanguageSelector extension.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris,
|
* Copyright (C) 2012-2018 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon
|
||||||
* Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other
|
* Harris, Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland
|
||||||
* contributors. See CREDITS for a list.
|
* and other contributors. See CREDITS for a list.
|
||||||
*
|
*
|
||||||
* UniversalLanguageSelector is dual licensed GPLv2 or later and MIT. You don't
|
* 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
|
* 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
|
* Used when extension registration in use which skips the main php file
|
||||||
*/
|
*/
|
||||||
public static function setVersionConstant() {
|
public static function setVersionConstant() {
|
||||||
define( 'ULS_VERSION', '2017-07-25' );
|
define( 'ULS_VERSION', '2018-10-26' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "UniversalLanguageSelector",
|
"name": "UniversalLanguageSelector",
|
||||||
"version": "2018-07-10",
|
"version": "2018-10-26",
|
||||||
"author": [
|
"author": [
|
||||||
"Alolita Sharma",
|
"Alolita Sharma",
|
||||||
"Amir Aharoni",
|
"Amir Aharoni",
|
||||||
|
|||||||
Reference in New Issue
Block a user