From be50ee2cb825d0fe3b324f33e829d458817045ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 26 Aug 2014 22:36:58 +0200 Subject: [PATCH] Update Version to be sure (best way not to forget it) --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index d2e37f8..22dbd6a 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author S�bastien Lucas */ -define ("VERSION", "1.0.0RC2"); +define ("VERSION", "1.0.0RC3"); define ("DB", "db"); date_default_timezone_set($config['default_timezone']);