From 473117567d60de0ec16bebff440a9f36c282209b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 30 Nov 2012 11:53:13 +0100 Subject: [PATCH] Release preparation --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index b262533..e67727b 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.2.2"); +define ("VERSION", "0.2.3"); date_default_timezone_set($config['default_timezone']); function getURLParam ($name, $default = NULL) {