diff --git a/Changes b/Changes index b7e5143fb..c5dd4c693 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for GLPI agent +1.12 not yet released + 1.11 Tue, 24 Sep 2024 core: diff --git a/Makefile.PL b/Makefile.PL index 815624492..055a442eb 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.11'; +version '1.12-dev'; perl_version '5.008'; authors 'Teclib Editions'; diff --git a/lib/GLPI/Agent/Version.pm b/lib/GLPI/Agent/Version.pm index 5efc4a628..04078ac4b 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.11"; +our $VERSION = "1.12-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.11" + "Based on GLPI Agent 1.12-dev" ];