From 6a670e14655640d39c53786a00155296c4433b27 Mon Sep 17 00:00:00 2001 From: Tom Canac Date: Tue, 7 Jul 2015 14:03:36 +0200 Subject: [PATCH] version 4 for the tag --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 2859259..9f663cf 100755 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ error_reporting(-1); // Do not edit below this section unless you know what you are doing! header('Content-Type: text/html; charset=UTF-8'); // We use UTF-8 for proper international characters handling. -$version = "0.3.7"; +$version = "0.4.0"; ini_set("memory_limit", "256M"); require "config-default.php";