From: Banana Date: Tue, 6 Jan 2026 09:15:09 +0000 (+0100) Subject: version reset X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=bibliotheca-php.git version reset Signed-off-by: Banana --- diff --git a/CHANGELOG b/CHANGELOG index 4ff6bf9..3caf258 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +x.x.x - Terraniux Underground + 1.8.1 - Harobed Village 2026-01-06 * Config Update: See upgrade/from-version-1.8.md * DB Update (non breaking): See upgrade/from-version-1.8.md diff --git a/VERSION b/VERSION index 5992a38..5d2faf4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 - Harobed Village +x.x.x - Terraniux Underground diff --git a/webclient/index.php b/webclient/index.php index 53a92fd..5b73d3f 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -20,7 +20,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.8.1 - Harobed Village'; +const BIB_VERSION = 'x.x.x - Terraniux Underground'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8');