From 4b8c93b9ee10c684b8354542e2b0d13fb53c044e Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Thu, 16 Dec 2021 18:49:55 +0100 Subject: [PATCH] change CL version to 2.2.0 beta --- README.md | 4 +++- conlite/includes/startup.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bc44e6..a9b7443 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ---------------------------------------------------------------------------------------------------- -This is the readme file for ConLite 2.1.2 +This is the readme file for ConLite 2.2.0 beta Any help you need you may find by visiting the following links. @@ -56,6 +56,8 @@ FS#25 - Collision with pre-installed AMR after Migration ** History / Changelog ** +ConLite 2.2.0 beta + ConLite 2.1.3 ConLite 2.1.2 ConLite 2.1.1 diff --git a/conlite/includes/startup.php b/conlite/includes/startup.php index 5e128b9..323a941 100755 --- a/conlite/includes/startup.php +++ b/conlite/includes/startup.php @@ -71,7 +71,7 @@ if (!defined('CL_ENVIRONMENT')) { */ if (!defined('CL_VERSION')) { -define('CL_VERSION', '2.1.2'); +define('CL_VERSION', '2.2.0 beta'); }