Change version number

This commit is contained in:
Sébastien Lucas 2012-06-05 20:46:19 +02:00
parent 9b100f7051
commit 313cf57207
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
define ("VERSION", "0.0.4");
define ("VERSION", "0.1.0");
function getURLParam ($name, $default = NULL) {
if (!empty ($_GET) && isset($_GET[$name])) {