diff --git a/include/constant.php b/include/constant.php
index db703e083..c0a4e3f2c 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -35,14 +35,14 @@ $g_failed="✖";
$g_succeed="✓";
/*set to none for production */
/* uncomment for production */
- $version_phpcompta=4444;
-define ("DEBUG",false);
-
-
-//$version_phpcompta=SVNINFO;
+// $version_phpcompta=4444;
//define ("DEBUG",false);
+$version_phpcompta=SVNINFO;
+define ("DEBUG",false);
+
+
define ("DBVERSION",100);
define ("DBVERSIONREPO",14);