From fee2275393557f5fc998dd85a7eb15b190991928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 26 Mar 2013 22:53:20 +0100 Subject: [PATCH] Prepare next release --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 4c0afc2..c3cb851 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.3.3"); +define ("VERSION", "0.3.4"); date_default_timezone_set($config['default_timezone']); function getURLParam ($name, $default = NULL) {