From 9020484997a60604170fdedbc0ba8c6ff64c543f Mon Sep 17 00:00:00 2001 From: David Durieux Date: Tue, 12 Nov 2019 10:27:13 +0100 Subject: [PATCH] Prepare version 9.4+2.1 --- fusioninventory.xml | 4 ++++ js/footer.js | 2 +- setup.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fusioninventory.xml b/fusioninventory.xml index 10ad459709..500eb51d22 100644 --- a/fusioninventory.xml +++ b/fusioninventory.xml @@ -104,6 +104,10 @@ FusionInventory team + + 9.4.0+2.1 + 9.4 + 9.4.0+2.0 9.4 diff --git a/js/footer.js b/js/footer.js index 0ef0f7d48c..d923e47582 100644 --- a/js/footer.js +++ b/js/footer.js @@ -1,6 +1,6 @@ var fifooter = "
\ \ -FusionInventory 9.4+2.0 - Copyleft \ +FusionInventory 9.4+2.1 - Copyleft \ © \ 2010-2019 by FusionInventory Team \ "; diff --git a/setup.php b/setup.php index 95f6548468..2bbff95941 100644 --- a/setup.php +++ b/setup.php @@ -45,7 +45,7 @@ * */ -define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.4+2.0"); +define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.4+2.1"); // Minimal GLPI version, inclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '9.4'); // Maximum GLPI version, exclusive