Skip to content

Commit 7c7db66

Browse files
committed
FusionInventory-Agent release 2.4.1
1 parent 7ff401a commit 7c7db66

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for FusionInventory agent
22

3-
2.4.1 not released yet
3+
2.4.1 Fri, 29 Jun 2018
44

55
core:
66
* Update setup & FusionInventory::Agent::Version modules during make install

lib/FusionInventory/Agent/Version.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
33
use strict;
44
use warnings;
55

6-
our $VERSION = "2.4.1-dev";
6+
our $VERSION = "2.4.1";
77
our $PROVIDER = "FusionInventory";
88
our $COMMENTS = [];
99

t/tasks/netinventory.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ my %responses = (
134134
<REQUEST>
135135
<CONTENT>
136136
<AGENT>
137-
<AGENTVERSION>2.4.1-dev</AGENTVERSION>
137+
<AGENTVERSION>2.4.1</AGENTVERSION>
138138
<START>1</START>
139139
</AGENT>
140140
<MODULEVERSION>3.0</MODULEVERSION>
@@ -192,7 +192,7 @@ my %responses = (
192192
<REQUEST>
193193
<CONTENT>
194194
<AGENT>
195-
<AGENTVERSION>2.4.1-dev</AGENTVERSION>
195+
<AGENTVERSION>2.4.1</AGENTVERSION>
196196
<START>1</START>
197197
</AGENT>
198198
<MODULEVERSION>3.0</MODULEVERSION>
@@ -274,7 +274,7 @@ my %responses = (
274274
<REQUEST>
275275
<CONTENT>
276276
<AGENT>
277-
<AGENTVERSION>2.4.1-dev</AGENTVERSION>
277+
<AGENTVERSION>2.4.1</AGENTVERSION>
278278
<START>1</START>
279279
</AGENT>
280280
<MODULEVERSION>3.0</MODULEVERSION>

0 commit comments

Comments
 (0)