From 273d107e6093b9ea0c31c4d24d8b29512ba05734 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 3 Feb 2024 21:01:02 +0100 Subject: [PATCH] init of a new version --- CHANGELOG | 3 +++ VERSION | 2 +- webclient/index.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8399f74..4878812 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.x - The Ceremonial Chambers + + 1.6 - Chizra 2024-02-03 * Config change. Added new entries. See upgrade/from-version-1.5.txt. It won't work if it is missing. * Config change: Added new theme config. See upgrade/from-version-1.5.txt. It won't work if it is missing. diff --git a/VERSION b/VERSION index a100f42..8583d01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6 - Chizra +1.x - The Ceremonial Chambers diff --git a/webclient/index.php b/webclient/index.php index 5f9d3a4..227c8c4 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -20,7 +20,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.6 - Chizra'; +const BIB_VERSION = '1.x - The Ceremonial Chambers'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8'); -- 2.39.5