From 0c91590e7906abd208ce4dade01e077278a7c8e4 Mon Sep 17 00:00:00 2001 From: David Durieux Date: Sun, 3 Nov 2019 21:49:51 +0100 Subject: [PATCH] Prepare version 9.4+2.0 --- 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 6b21ef6df6..b1d6e703a7 100644 --- a/fusioninventory.xml +++ b/fusioninventory.xml @@ -104,6 +104,10 @@ FusionInventory team + + 9.4+2.0 + 9.4 + 9.4+1.1 9.4 diff --git a/js/footer.js b/js/footer.js index 89b2a0191e..0ef0f7d48c 100644 --- a/js/footer.js +++ b/js/footer.js @@ -1,6 +1,6 @@ var fifooter = "
\ \ -FusionInventory 9.4+1.1 - Copyleft \ +FusionInventory 9.4+2.0 - Copyleft \ © \ 2010-2019 by FusionInventory Team \ "; diff --git a/setup.php b/setup.php index fd0d30ced0..95f6548468 100644 --- a/setup.php +++ b/setup.php @@ -45,7 +45,7 @@ * */ -define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.4+1.1"); +define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.4+2.0"); // Minimal GLPI version, inclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '9.4'); // Maximum GLPI version, exclusive