diff --git a/setup/lib/defines.php b/setup/lib/defines.php index 596d2e8..4ea1ba8 100644 --- a/setup/lib/defines.php +++ b/setup/lib/defines.php @@ -39,7 +39,7 @@ define('C_SETUP_STEPWIDTH', 28); define('C_SETUP_STEPHEIGHT', 28); define('C_SETUP_MIN_PHP_VERSION', '7.4.0'); define('C_SETUP_MAX_PHP_VERSION', '8.3.0'); -define('C_SETUP_VERSION', '2.3.0'); +define('C_SETUP_VERSION', '3.0.0'); $sDefLocalPath = dirname(__FILE__).DIRECTORY_SEPARATOR.'defines.local.php'; if(file_exists($sDefLocalPath)) {