diff --git a/ManiaControl.php b/ManiaControl.php index 0b4e7035..2fbfe8ae 100644 --- a/ManiaControl.php +++ b/ManiaControl.php @@ -11,7 +11,7 @@ error_reporting(E_ALL); // Run configuration -define('DEV_MODE', true); // Development mode to not send error reports etc. +define('DEV_MODE', false); // Development mode to not send error reports etc. define('LOG_NAME_USE_DATE', true); // Use current date as suffix for log file name in logs folder define('LOG_NAME_USE_PID', true); // Use current process id as suffix for log file name in logs folder diff --git a/core/ManiaControl.php b/core/ManiaControl.php index 2ab15cc2..af545f33 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -52,7 +52,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, /* * Constants */ - const VERSION = '0.201'; + const VERSION = '0.202'; const API_VERSION = '2013-04-16'; const MIN_DEDIVERSION = '2017-03-23_18_00'; const SCRIPT_TIMEOUT = 10;