diff --git a/src/player/functions.php b/src/player/functions.php index 5d5aac4..e25ae4b 100644 --- a/src/player/functions.php +++ b/src/player/functions.php @@ -13,7 +13,7 @@ if (isset($rSkipVerify) || php_sapi_name() != 'cli') { define('HOST', trim(explode(':', $_SERVER['HTTP_HOST'])[0])); } - define('XC_VM_VERSION', '1.1.3'); + define('XC_VM_VERSION', '1.1.4'); define('MAIN_HOME', '/home/xc_vm/'); define('BIN_PATH', MAIN_HOME . 'bin/'); define('TMP_PATH', MAIN_HOME . 'tmp/player/'); diff --git a/src/www/constants.php b/src/www/constants.php index a50acfd..0661324 100644 --- a/src/www/constants.php +++ b/src/www/constants.php @@ -22,7 +22,7 @@ if (!defined('TMP_PATH')) { } define('DEVELOPMENT', false); -define('XC_VM_VERSION', '1.1.3'); +define('XC_VM_VERSION', '1.1.4'); define('GIT_OWNER', 'Vateron-Media'); define('GIT_REPO_MAIN', 'XC_VM'); define('GIT_REPO_UPDATE', 'XC_VM_Update'); diff --git a/src/www/stream/init.php b/src/www/stream/init.php index 9fda7c1..8d78b32 100644 --- a/src/www/stream/init.php +++ b/src/www/stream/init.php @@ -35,7 +35,7 @@ if (!defined('TMP_PATH')) { define('TMP_PATH', MAIN_HOME . 'tmp/'); } -define('XC_VM_VERSION', '1.1.3'); +define('XC_VM_VERSION', '1.1.4'); define('CONFIG_PATH', MAIN_HOME . 'config/'); define('BIN_PATH', MAIN_HOME . 'bin/'); define('INCLUDES_PATH', MAIN_HOME . 'includes/');