From f0cbe27c5b35515015c480c19e79e9d777b1d0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 21 Jul 2012 15:42:33 +0200 Subject: [PATCH] Already change version so that I will not forget --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index b757517..4a39d6c 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.1.1"); +define ("VERSION", "0.2.0"); date_default_timezone_set($config['default_timezone']); function getURLParam ($name, $default = NULL) {