From 44382f8da0bfd4f00d93d3f551f87c3c3a5f1959 Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Fri, 17 Feb 2023 15:14:57 +0100 Subject: [PATCH] increase CL version --- setup/lib/defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {