From 2f8b67b628e1fd41a8b155295b8648581bc5a330 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 30 Aug 2025 10:31:22 +0200 Subject: [PATCH] correct version Signed-off-by: Banana --- webclient/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); -- 2.39.5