Skip to content

Commit

Permalink
FusionInventory-Agent release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jun 29, 2018
1 parent 7ff401a commit 7c7db66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for FusionInventory agent

2.4.1 not released yet
2.4.1 Fri, 29 Jun 2018

core:
* Update setup & FusionInventory::Agent::Version modules during make install
Expand Down
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
use strict;
use warnings;

our $VERSION = "2.4.1-dev";
our $VERSION = "2.4.1";
our $PROVIDER = "FusionInventory";
our $COMMENTS = [];

Expand Down
6 changes: 3 additions & 3 deletions t/tasks/netinventory.t
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ my %responses = (
<REQUEST>
<CONTENT>
<AGENT>
<AGENTVERSION>2.4.1-dev</AGENTVERSION>
<AGENTVERSION>2.4.1</AGENTVERSION>
<START>1</START>
</AGENT>
<MODULEVERSION>3.0</MODULEVERSION>
Expand Down Expand Up @@ -192,7 +192,7 @@ my %responses = (
<REQUEST>
<CONTENT>
<AGENT>
<AGENTVERSION>2.4.1-dev</AGENTVERSION>
<AGENTVERSION>2.4.1</AGENTVERSION>
<START>1</START>
</AGENT>
<MODULEVERSION>3.0</MODULEVERSION>
Expand Down Expand Up @@ -274,7 +274,7 @@ my %responses = (
<REQUEST>
<CONTENT>
<AGENT>
<AGENTVERSION>2.4.1-dev</AGENTVERSION>
<AGENTVERSION>2.4.1</AGENTVERSION>
<START>1</START>
</AGENT>
<MODULEVERSION>3.0</MODULEVERSION>
Expand Down

0 comments on commit 7c7db66

Please sign in to comment.