From c8fd034e268355c85c51fe8e163954425bac539f Mon Sep 17 00:00:00 2001 From: David Durieux Date: Thu, 24 Mar 2016 23:33:14 +0100 Subject: [PATCH] Update version of plugin to 0.90+1.2 --- phpunit/0_Install/FusinvDB.php | 2 +- setup.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit/0_Install/FusinvDB.php b/phpunit/0_Install/FusinvDB.php index 8360507638..897b9cd34e 100644 --- a/phpunit/0_Install/FusinvDB.php +++ b/phpunit/0_Install/FusinvDB.php @@ -277,7 +277,7 @@ public function checkInstall($pluginname='', $when='') { $result = $DB->query($query); $this->assertEquals($DB->numrows($result), 1, "type 'version' not added in config"); $data = $DB->fetch_assoc($result); - $this->assertEquals($data['value'], '0.90+1.1', "Field 'version' not with right version"); + $this->assertEquals($data['value'], '0.90+1.2', "Field 'version' not with right version"); $query = "SELECT `id` FROM `glpi_plugin_fusioninventory_configs` WHERE `type`='otherserial'"; diff --git a/setup.php b/setup.php index f1c6d6e197..197dc1b6e3 100644 --- a/setup.php +++ b/setup.php @@ -40,7 +40,7 @@ ------------------------------------------------------------------------ */ -define ("PLUGIN_FUSIONINVENTORY_VERSION", "0.90+1.1"); +define ("PLUGIN_FUSIONINVENTORY_VERSION", "0.90+1.2"); // Used for use config values in 'cache' $PF_CONFIG = array(); @@ -50,7 +50,7 @@ define ("PLUGIN_FUSIONINVENTORY_XML", ''); define ("PLUGIN_FUSIONINVENTORY_OFFICIAL_RELEASE", "0"); -define ("PLUGIN_FUSIONINVENTORY_REALVERSION", "0.90+1.1 SNAPSHOT"); +define ("PLUGIN_FUSIONINVENTORY_REALVERSION", "0.90+1.2 SNAPSHOT"); include_once(GLPI_ROOT."/inc/includes.php"); include_once( GLPI_ROOT . "/plugins/fusioninventory/lib/autoload.php");