change CL version to 2.2.0 beta

Dieser Commit ist enthalten in:
o.pinke 2021-12-16 18:49:55 +01:00
Ursprung ebcabff316
Commit 4b8c93b9ee
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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

Datei anzeigen

@ -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');
}