diff --git a/html/index.php b/html/index.php
index 8ea2b40ca..7edff3f47 100644
--- a/html/index.php
+++ b/html/index.php
@@ -261,7 +261,7 @@ if (isset ($_REQUEST['reconnect']) && isset ($_REQUEST['backurl'])) {
}
echo '
-version 6919+5 - '.$my_domain.'
+version 6919+6 - '.$my_domain.'
diff --git a/include/constant.php b/include/constant.php
index 3396b698f..155194b52 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -88,7 +88,7 @@ define ('SMALLX','ⵝ');
define ('BUTTONADD',"✚");
-define ('SVNINFO',6919+5);
+define ('SVNINFO',6919+6);
if ( ! defined ('DEBUG')) {
define ("DEBUG",false);
}