From 6a917344a9c85bed982da41adeb195c034b293ad Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 5 Sep 2015 13:27:06 +0200 Subject: [PATCH] set version --- html/index.php | 2 +- include/constant.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 79cffa048..d6512919c 100644 --- a/html/index.php +++ b/html/index.php @@ -226,7 +226,7 @@ if (isset ($_REQUEST['reconnect']) && isset ($_REQUEST['backurl'])) { } echo ' -version 6.8.1.9 - '.$my_domain.' +version 6.9 - '.$my_domain.'

diff --git a/include/constant.php b/include/constant.php index ea73370d0..23a7078b4 100644 --- a/include/constant.php +++ b/include/constant.php @@ -83,7 +83,7 @@ define ('BUTTONADD',"✚"); -define ('SVNINFO',6800); +define ('SVNINFO',6900); if ( ! defined ('DEBUG')) { define ("DEBUG",false); }