diff --git a/src/www/constants.php b/src/www/constants.php index 2c0e8d1..3323d66 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.4'); +define('XC_VM_VERSION', '1.2.5'); 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 547e79a..cea8800 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.4'); +define('XC_VM_VERSION', '1.2.5'); define('CONFIG_PATH', MAIN_HOME . 'config/'); define('BIN_PATH', MAIN_HOME . 'bin/'); define('INCLUDES_PATH', MAIN_HOME . 'includes/');