From 71b18399290a98bcc31571b01a2628a4004cf998 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 8 Oct 2022 20:59:17 +0200 Subject: [PATCH] new version name --- CHANGELOG | 2 ++ VERSION | 2 +- webclient/index.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ef0fa41..68b185a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4 - Depths Of Rrajigar + 1.3 - Rrajigar Mine 2022-10-08 * Fixed install sql file. * New field: artists - lookupmultiple field diff --git a/VERSION b/VERSION index bc9e379..c23e851 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3 - Rrajigar Mine (2022-10-08) +1.4 - Depths Of Rrajigar diff --git a/webclient/index.php b/webclient/index.php index ae141cf..04e1109 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -18,7 +18,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.3 - Rrajigar Mine (2022-10-08)'; +const BIB_VERSION = '1.4 - Depths Of Rrajigar'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8'); -- 2.39.5