From 75862fe24c99da7fad9c22265d8b926c5b18d9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 6 Mar 2013 08:21:46 +0100 Subject: [PATCH] Prepare next version --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 56503c6..9ad0f24 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.3.2"); +define ("VERSION", "0.3.3"); date_default_timezone_set($config['default_timezone']); function getURLParam ($name, $default = NULL) {