From: Banana Date: Sat, 8 Oct 2022 18:59:17 +0000 (+0200) Subject: new version name X-Git-Tag: v1.4~16 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=71b18399290a98bcc31571b01a2628a4004cf998;p=bibliotheca-php.git new version name --- 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');