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])) {