From f239316a3ce90e7adcdf37ceec46d0fe5e96f6b4 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 30 Aug 2025 10:45:11 +0200 Subject: [PATCH] init of a new version Signed-off-by: Banana --- CHANGELOG | 2 ++ VERSION | 2 +- sources/updatecheck.txt | 4 ++-- webclient/index.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5341f24..ab154d4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.x - Harobed Village + 1.8 - Dark Arena 2025-08-30 * Config change: See upgrade/from-version-1.7.md * Updated requirements information. Mentions gd now, which should be a default setting for most PHP installs. diff --git a/VERSION b/VERSION index d3312e8..b892a4a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8 - Dark Arena +1.x - Harobed Village diff --git a/sources/updatecheck.txt b/sources/updatecheck.txt index ad5c61f..1d72598 100644 --- a/sources/updatecheck.txt +++ b/sources/updatecheck.txt @@ -19,5 +19,5 @@ correct tag $ git checkout-index -a -f --prefix=/absolute/path/to/new/dir/ # remove some unwanted files if needed from the export $ cd /absolute/path/to/new/ -$ tar -cvJf archive.xz /absolute/path/to/new/dir/ -$ sha1sum archive.xz > archive.xz.sha1sum +$ tar --zstd -cvf archive.tar.zst /absolute/path/to/new/dir/ +$ sha1sum archive.tar.zst > archive.tar.zst.sha1sum diff --git a/webclient/index.php b/webclient/index.php index afbd193..f7d1c8f 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -20,7 +20,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.8 - Dark Arena'; +const BIB_VERSION = '1.x - Harobed Village'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8'); -- 2.39.5