]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
start of a new version
authorBanana <mail@bananas-playground.net>
Mon, 1 May 2023 09:58:16 +0000 (11:58 +0200)
committerBanana <mail@bananas-playground.net>
Mon, 1 May 2023 09:58:16 +0000 (11:58 +0200)
CHANGELOG
VERSION
sources/updatecheck.txt
webclient/index.php

index dc6795e6acf56aaa0b0d2ccc5c0938ae26281042..80b5c2e4dd1c8a285b4c7454ec15928de27842b9 100644 (file)
--- 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 fe63bddd64950849553790a6f28ce5291579a8c3..c9d519e9496654398bce1087500b392ce572e4b8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5 - Sacred Passage
+1.x - Chizra
index c6442ad11b77014958bff7972aae13780fcc90ac..d5210b78beedbc7ca30e03cb4709649f194fe439 100644 (file)
@@ -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
index a7d2e25049d84c2f65cae2c9b021b6490bc4d926..c519345dae43bd4b3feccdc507f9c7cd2f7862c8 100644 (file)
@@ -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');