Skip to content

Commit

Permalink
Update version to 9.2+2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux authored and stonebuzz committed Jul 25, 2018
1 parent 41dc07a commit f1012ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/footer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var fifooter = "<br/> \
<a class='copyright' href='http://fusioninventory.org/'> \
FusionInventory 9.2+2.0 - Copyleft \
FusionInventory 9.2+2.1 - Copyleft \
<span style='display:inline-block;transform: rotate(180deg);font-size: 12px;'>&copy;</span> \
2010-2017 by FusionInventory Team \
</a>";
Expand Down
4 changes: 2 additions & 2 deletions phpunit/README.asc
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ user@local:~$ cd ..
user@local:~$ cd ~/fi_testsuite/glpi/plugins/fusioninventory/scripts/
user@local:~$ php cli_install.php
***** Update process of plugin FUSIONINVENTORY *****
Current FusionInventory version: 9.2+2.0
Version to update: 9.2+2.0
Current FusionInventory version: 9.2+2.1
Version to update: 9.2+2.1
No migration needed.
Installing Plugin...
Migration Classname : CliMigration (0 seconds)
Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
*/

define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.2+2.0");
define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.2+2.1");

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

define ("PLUGIN_FUSIONINVENTORY_OFFICIAL_RELEASE", "1");
define ("PLUGIN_FUSIONINVENTORY_REALVERSION", "9.2+2.0 SNAPSHOT");
define ("PLUGIN_FUSIONINVENTORY_REALVERSION", "9.2+2.1 SNAPSHOT");
include_once(GLPI_ROOT."/inc/includes.php");

define("PLUGIN_FUSIONINVENTORY_REPOSITORY_DIR",
Expand Down

0 comments on commit f1012ec

Please sign in to comment.