diff --git a/src/www/constants.php b/src/www/constants.php index 9dfe893..0399a7f 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.2.9'); +define('XC_VM_VERSION', '1.2.10'); 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 1d533d8..5077e6d 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.2.9'); +define('XC_VM_VERSION', '1.2.10'); define('CONFIG_PATH', MAIN_HOME . 'config/'); define('BIN_PATH', MAIN_HOME . 'bin/'); define('INCLUDES_PATH', MAIN_HOME . 'includes/');