diff --git a/Changes b/Changes index a86027810..d4fd19601 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for GLPI agent +1.8 not yet released + 1.7 Thu, 21 Dec 2023 core: diff --git a/Makefile.PL b/Makefile.PL index bd8e26fc1..4b1c42f16 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ include 'Module::AutoInstall'; abstract 'GLPI unified Agent for UNIX, Linux, Windows and MacOSX'; license 'gpl'; repository 'https://github.com/glpi-project/glpi-agent'; -version '1.7'; +version '1.8-dev'; perl_version '5.008'; authors 'Teclib Editions'; diff --git a/lib/GLPI/Agent/Version.pm b/lib/GLPI/Agent/Version.pm index 22b0e9a09..f012c0c75 100644 --- a/lib/GLPI/Agent/Version.pm +++ b/lib/GLPI/Agent/Version.pm @@ -3,7 +3,7 @@ package GLPI::Agent::Version; use strict; use warnings; -our $VERSION = "1.7"; +our $VERSION = "1.8-dev"; our $PROVIDER = "GLPI"; our $COMMENTS = []; @@ -31,5 +31,5 @@ agent issue is reported. One very useful information should be first defined like in that example: our $COMMENTS = [ - "Based on GLPI Agent 1.7" + "Based on GLPI Agent 1.8-dev" ];