]> 91.132.146.200 Git - selfpaste.git/commitdiff
version 0.3-beta Lithium lithium 1/head v0.3-beta
authorBanana <banana@mirage>
Wed, 1 Jan 2020 19:55:38 +0000 (20:55 +0100)
committerBanana <banana@mirage>
Wed, 1 Jan 2020 19:55:38 +0000 (20:55 +0100)
CHANGELOG
VERSION
webroot/index.php

index 509cfb87d15f542694eea12409f30685a01ffadc..617108ea1a60069e6f1e1c0cd55575f12e1131ae 100644 (file)
--- 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 7f8a5f5502c00dacb191a591e5600b279530d4ef..0a8293670365f7ec82dca2937b1a3ad98ec1ad74 100644 (file)
--- 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
index 176a20aa92413ef93e98906cbb492e7b44724cce..95f49002a537d519f510ef3158e3e9c939602295 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 # global debug setting
-define('DEBUG',true);
+define('DEBUG',false);
 
 # Encoding and error reporting setting
 mb_http_output('UTF-8');