From ab51b93bc672375a26122b1929ec11609dacaf75 Mon Sep 17 00:00:00 2001 From: Banana Date: Wed, 1 Jan 2020 20:55:38 +0100 Subject: [PATCH] version 0.3-beta Lithium --- CHANGELOG | 3 ++- VERSION | 2 +- webroot/index.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 509cfb8..617108e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,8 @@ -TBA version x.x Lithium +2020101 version 0.3-beta Lithium * Update information now included * Rewritten lifetime calculation * Ready for 2020 +* Lifetime in days now and not in seconds 20191223 version 0.2-beta Helium * First public beta release diff --git a/VERSION b/VERSION index 7f8a5f5..0a82936 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -x.x Lithium \ No newline at end of file +0.3-beta Lithium \ No newline at end of file diff --git a/webroot/index.php b/webroot/index.php index 176a20a..95f4900 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -11,7 +11,7 @@ */ # global debug setting -define('DEBUG',true); +define('DEBUG',false); # Encoding and error reporting setting mb_http_output('UTF-8'); -- 2.39.5