We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe0df6 commit 3ed5c40Copy full SHA for 3ed5c40
Changes
@@ -1,5 +1,9 @@
1
Revision history for FusionInventory agent
2
3
+2.3.11.1 Wed, 25 Sep 2014
4
+core:
5
+* update MANIFEST to fix missing files
6
+
7
2.3.11 Wed, 25 Sep 2014
8
core:
9
* additional distribution metadata
lib/FusionInventory/Agent.pm
@@ -21,7 +21,7 @@ use FusionInventory::Agent::Tools;
21
use FusionInventory::Agent::Tools::Hostname;
22
use FusionInventory::Agent::XML::Query::Prolog;
23
24
-our $VERSION = '2.3.11';
+our $VERSION = '2.3.11.1';
25
our $VERSION_STRING = _versionString($VERSION);
26
our $AGENT_STRING = "FusionInventory-Agent_v$VERSION";
27
0 commit comments