From: Banana Date: Mon, 1 May 2023 09:58:16 +0000 (+0200) Subject: start of a new version X-Git-Tag: 1.6~27 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=a7eaaf3588019bb2c01cbd78a10307a3783a86ef;p=bibliotheca-php.git start of a new version --- diff --git a/CHANGELOG b/CHANGELOG index dc6795e..80b5c2e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.x - Chizra + 1.5 - Sacred Passage 2023-05-01 * Added google books parser. See upgrade file for more infos. * Added a new theme based on Windows 98. diff --git a/VERSION b/VERSION index fe63bdd..c9d519e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5 - Sacred Passage +1.x - Chizra diff --git a/sources/updatecheck.txt b/sources/updatecheck.txt index c6442ad..d5210b7 100644 --- a/sources/updatecheck.txt +++ b/sources/updatecheck.txt @@ -13,6 +13,8 @@ correct placeholders in sql file for manual setup correct version info in VERSION and index.php +correct tag + $ git checkout-index -a -f --prefix=/absolute/path/to/new/dir/ # remove some unwanted files if needed from the export diff --git a/webclient/index.php b/webclient/index.php index a7d2e25..c519345 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -2,7 +2,7 @@ /** * Bibliotheca * - * Copyright 2018-2022 Johannes Keßler + * Copyright 2018-2023 Johannes Keßler * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.5 - Sacred Passage'; +const BIB_VERSION = '1.x - Chizra'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8');