From: Banana Date: Sat, 30 Aug 2025 08:31:22 +0000 (+0200) Subject: correct version X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=2f8b67b628e1fd41a8b155295b8648581bc5a330;p=bibliotheca-php.git correct version Signed-off-by: Banana --- diff --git a/webclient/index.php b/webclient/index.php index f76a61e..afbd193 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -2,7 +2,7 @@ /** * Bibliotheca * - * Copyright 2018-2024 Johannes Keßler + * Copyright 2018-2025 Johannes Keßler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.x - Dark Arena'; +const BIB_VERSION = '1.8 - Dark Arena'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8');