File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
lib/FusionInventory/Agent Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Revision history for FusionInventory agent
22
3- 2.4.1 not released yet
3+ 2.4.1 Fri, 29 Jun 2018
44
55core:
66* Update setup & FusionInventory::Agent::Version modules during make install
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
33use strict;
44use warnings;
55
6- our $VERSION = " 2.4.1-dev " ;
6+ our $VERSION = " 2.4.1" ;
77our $PROVIDER = " FusionInventory" ;
88our $COMMENTS = [];
99
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments