]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
init of a new version develop
authorBanana <mail@bananas-playground.net>
Sat, 30 Aug 2025 08:45:11 +0000 (10:45 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 30 Aug 2025 08:45:11 +0000 (10:45 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
CHANGELOG
VERSION
sources/updatecheck.txt
webclient/index.php

index 5341f249563564a6dea55eedb53f9fd8db69987f..ab154d4b4802b10c8ddbf9b44ac23e12d6635923 100644 (file)
--- 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 d3312e8a15e5fc7371678ae512b85557e459c8c7..b892a4a1cd47df08b1c29fd1fc28e083a862b052 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8 - Dark Arena
+1.x - Harobed Village
index ad5c61ff47bbed7ac4822b4f1b0ccdfbb4b319d2..1d725984ae8eee1054a221a627b6e0dfdf1006a4 100644 (file)
@@ -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
index afbd193a72d164f5c2a2113ed9f9c016d79593d2..f7d1c8f72666e4b3f2bcf3d07bdb0e0e781461a4 100644 (file)
@@ -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');