From: Banana Date: Sat, 3 Feb 2024 20:01:02 +0000 (+0100) Subject: init of a new version X-Git-Tag: 1.7~45 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=273d107e6093b9ea0c31c4d24d8b29512ba05734;p=bibliotheca-php.git init of a new version --- 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');