File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for GLPI agent
2
2
3
+ 1.12 not yet released
4
+
3
5
1.11 Tue, 24 Sep 2024
4
6
5
7
core:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include 'Module::AutoInstall';
14
14
abstract ' GLPI unified Agent for UNIX, Linux, Windows and MacOSX' ;
15
15
license ' gpl' ;
16
16
repository ' https://github.com/glpi-project/glpi-agent' ;
17
- version ' 1.11 ' ;
17
+ version ' 1.12-dev ' ;
18
18
perl_version ' 5.008' ;
19
19
authors ' Teclib Editions' ;
20
20
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package GLPI::Agent::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = " 1.11 " ;
6
+ our $VERSION = " 1.12-dev " ;
7
7
our $PROVIDER = " GLPI" ;
8
8
our $COMMENTS = [];
9
9
@@ -31,5 +31,5 @@ agent issue is reported.
31
31
One very useful information should be first defined like in that example:
32
32
33
33
our $COMMENTS = [
34
- "Based on GLPI Agent 1.11 "
34
+ "Based on GLPI Agent 1.12-dev "
35
35
];
You can’t perform that action at this time.
0 commit comments