File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for GLPI agent
22
3+ 1.2 not yet released
4+
351.1 Fri, 04 Feb 2022
46
57core:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include 'Module::AutoInstall';
1414abstract ' Glpi unified Agent for UNIX, Linux, Windows and MacOSX' ;
1515license ' gpl' ;
1616repository ' https://github.com/glpi-project/glpi-agent' ;
17- version ' 1.1 ' ;
17+ version ' 1.2-dev ' ;
1818perl_version ' 5.008' ;
1919authors ' Teclib Editions' ;
2020
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package GLPI::Agent::Version;
33use strict;
44use warnings;
55
6- our $VERSION = " 1.1 " ;
6+ our $VERSION = " 1.2-dev " ;
77our $PROVIDER = " GLPI" ;
88our $COMMENTS = [];
99
@@ -31,5 +31,5 @@ agent issue is reported.
3131One very useful information should be first defined like in that example:
3232
3333our $COMMENTS = [
34- "Based on GLPI Agent 1.1 "
34+ "Based on GLPI Agent 1.2-dev "
3535];
You can’t perform that action at this time.
0 commit comments