From d37200addd713c92ff7835f91d6da2fb5ff3be93 Mon Sep 17 00:00:00 2001
From: Olivier PEREZ <olivier@olivierperez.fr>
Date: Tue, 30 Dec 2014 18:15:04 +0100
Subject: [PATCH] Change version number to 0.9

---
 app/inc/constants.php.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/inc/constants.php.template b/app/inc/constants.php.template
index af7f2892..d7b58bca 100644
--- a/app/inc/constants.php.template
+++ b/app/inc/constants.php.template
@@ -18,7 +18,7 @@
  */
 
 // FRAMADATE version
-const VERSION = 0.8;
+const VERSION = 0.9;
 
 // Server name
 const STUDS_URL = '<www.mydomain.com>';
-- 
GitLab