increase CL version
This commit is contained in:
parent
965c7054f4
commit
44382f8da0
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue