Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update version to 0.90+1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux committed May 17, 2016
1 parent e115e05 commit ec266a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phpunit/0_Install/FusinvDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2', "Field 'version' not with right version");
$this->assertEquals($data['value'], '0.90+1.3', "Field 'version' not with right version");

$query = "SELECT `id` FROM `glpi_plugin_fusioninventory_configs`
WHERE `type`='otherserial'";
Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
------------------------------------------------------------------------
*/

define ("PLUGIN_FUSIONINVENTORY_VERSION", "0.90+1.2");
define ("PLUGIN_FUSIONINVENTORY_VERSION", "0.90+1.3");

// Used for use config values in 'cache'
$PF_CONFIG = array();
Expand All @@ -50,7 +50,7 @@
define ("PLUGIN_FUSIONINVENTORY_XML", '');

define ("PLUGIN_FUSIONINVENTORY_OFFICIAL_RELEASE", "0");
define ("PLUGIN_FUSIONINVENTORY_REALVERSION", "0.90+1.2 SNAPSHOT");
define ("PLUGIN_FUSIONINVENTORY_REALVERSION", "0.90+1.3 SNAPSHOT");
include_once(GLPI_ROOT."/inc/includes.php");

include_once( GLPI_ROOT . "/plugins/fusioninventory/lib/autoload.php");
Expand Down

0 comments on commit ec266a7

Please sign in to comment.