From 620246cf0b3ae1233be76e184cc2d801fb751927 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 1 Jun 2024 10:34:44 +0200 Subject: [PATCH] init new version Signed-off-by: Banana --- CHANGELOG | 2 ++ VERSION | 2 +- webclient/index.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3b87c88..5343ef4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.x - Dark Arena + 1.7 - The Ceremonial Chambers 2024-06-01 * Added i18n. Please read the upgrade file for more information. English and german are available * Added group infos to profile view. diff --git a/VERSION b/VERSION index 504030c..e482fcb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7 - The Ceremonial Chambers +1.x - Dark Arena diff --git a/webclient/index.php b/webclient/index.php index 23ddcaf..f76a61e 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -20,7 +20,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.7 - The Ceremonial Chambers'; +const BIB_VERSION = '1.x - Dark Arena'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8'); -- 2.39.5