From bbc6d858b397e66bc5d9f74ba75478965a98bb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 21 May 2013 09:48:51 +0200 Subject: [PATCH] Next release will be 0.5.0 --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index e8aa64a..4482f5f 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.4.1"); +define ("VERSION", "0.5.0"); define ("DB", "db"); date_default_timezone_set($config['default_timezone']);