From 429bfb1cdb7a3fcd9a4b5c5e8831bae2d3921bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 27 Aug 2013 10:31:33 +0200 Subject: [PATCH] Prepare for next version. --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 388b7ac..b21c983 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.6.1"); +define ("VERSION", "0.6.2"); define ("DB", "db"); date_default_timezone_set($config['default_timezone']);