From c883bd206005b5bd1ef4ca24b5766c76625298ef Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Thu, 12 Oct 2023 14:55:33 +0200 Subject: [PATCH] config defines.php for 2.1.3 --- setup/lib/defines.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/lib/defines.php b/setup/lib/defines.php index 9eb0ec5..b9af3a4 100644 --- a/setup/lib/defines.php +++ b/setup/lib/defines.php @@ -38,5 +38,5 @@ define('C_SETUP_STEPFILE_ACTIVE', 'images/steps/s%da.png'); 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.2.0'); -define('C_SETUP_VERSION', '2.2.0 beta'); +define('C_SETUP_MAX_PHP_VERSION', '8.0.0'); +define('C_SETUP_VERSION', '2.1.3');