From 4552bc07789c7e79be3bdf8cffddd91bfc7a57f2 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 16 Jan 2020 17:42:02 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02249=20-=20Supportability=20-=20Updater?= =?UTF-8?q?=20module=20(changed=20version=20name=20in=20the=20priv=5Fmodul?= =?UTF-8?q?e=5Finstall=20table)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/runtimeenv.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);