From bc48ba85c39c1d5abe05f86139acbd2ad75138e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 2 Jul 2012 21:24:09 +0200 Subject: [PATCH] Forgot version --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 8b65246..b757517 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.1.0"); +define ("VERSION", "0.1.1"); date_default_timezone_set($config['default_timezone']); function getURLParam ($name, $default = NULL) {