From a56184153c56b2dec88e7bad02b222258a7efc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 9 May 2013 02:51:26 +0200 Subject: [PATCH] Prepare for next release. --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index a78c5e9..55fa0f7 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.4.0"); +define ("VERSION", "0.4.1"); define ("DB", "db"); date_default_timezone_set($config['default_timezone']);