From 313cf57207ea2ff914511b177afcd8ee168899a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 5 Jun 2012 20:46:19 +0200 Subject: [PATCH] Change version number --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 76a3ab1..c47c6f3 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.0.4"); +define ("VERSION", "0.1.0"); function getURLParam ($name, $default = NULL) { if (!empty ($_GET) && isset($_GET[$name])) {