diff --git a/setup/runtimeenv.class.inc.php b/setup/runtimeenv.class.inc.php index 25ba6183c..6ed9a75fb 100644 --- a/setup/runtimeenv.class.inc.php +++ b/setup/runtimeenv.class.inc.php @@ -730,7 +730,7 @@ class RunTimeEnvironment // Record main installation $oInstallRec = new ModuleInstallation(); $oInstallRec->Set('name', ITOP_APPLICATION); - $oInstallRec->Set('version', ITOP_VERSION.'.'.ITOP_REVISION); + $oInstallRec->Set('version', ITOP_VERSION.'-'.ITOP_REVISION); $oInstallRec->Set('comment', $sMainComment); $oInstallRec->Set('parent_id', 0); // root module $oInstallRec->Set('installed', $iInstallationTime);