updated version and year in comments

This commit is contained in:
kremsy
2019-01-05 21:02:24 +01:00
parent 37ae2a62c2
commit ba1f6d54bd
181 changed files with 182 additions and 182 deletions

View File

@@ -43,7 +43,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\TransportException;
* ManiaControl Server Controller for ManiaPlanet Server
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2018 ManiaControl Team
* @copyright 2014-2019 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class ManiaControl implements CallbackListener, CommandListener, TimerListener, CommunicationListener, UsageInformationAble {
@@ -52,7 +52,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener,
/*
* Constants
*/
const VERSION = '0.231';
const VERSION = '0.232';
const API_VERSION = '2013-04-16';
const MIN_DEDIVERSION = '2017-05-03_21_00';
const SCRIPT_TIMEOUT = 40;