Skip to content

Commit

Permalink
feat: GLPI Agent 1.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Apr 3, 2024
1 parent ff412fa commit 651d911
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for GLPI agent

1.7.3 not yet released
1.7.3 Wed, 03 Apr 2024

packaging:
* Fix LOCAL was set to installation folder during windows MSI installation v1.7.2,
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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.2';
version '1.7.3';
perl_version '5.008';
authors 'Teclib Editions';

Expand Down
2 changes: 1 addition & 1 deletion contrib/unix/make-linux-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

ROOT="`pwd`"

: ${VERSION:=1.7.2}
: ${VERSION:=1.7.3}
: ${ARCH:=x86_64}

PREPARE="no"
Expand Down
2 changes: 1 addition & 1 deletion contrib/unix/make-linux-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HERE="`pwd`"

cd "${0%/*}"

: ${VERSION:=1.7.2}
: ${VERSION:=1.7.3}
: ${DISTRO:=linux}

while [ -n "$1" ]
Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/glpi-agent-deployment.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Dim Setup, SetupArchitecture, SetupLocation, SetupNightlyLocation, SetupOptions,
' SetupVersion
' Setup version with the pattern <major>.<minor>.<release>[-<package>]
'
SetupVersion = "1.7.2"
SetupVersion = "1.7.3"

' When using a nightly built version, uncomment the following SetupVersion definition line
' replacing gitABCDEFGH with the most recent git revision found on the nightly builds site
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
glpi-agent (1:1.7.3-1) unstable; urgency=medium

* New upstream release 1.7.3

-- Guillaume Bougard <[email protected]> Wed, 03 Apr 2024 11:48:27 +0200

glpi-agent (1:1.7.2-1) unstable; urgency=medium

* New upstream release 1.7.2
Expand Down
4 changes: 2 additions & 2 deletions lib/GLPI/Agent/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package GLPI::Agent::Version;
use strict;
use warnings;

our $VERSION = "1.7.2";
our $VERSION = "1.7.3";
our $PROVIDER = "GLPI";
our $COMMENTS = [];

Expand Down Expand Up @@ -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.2"
"Based on GLPI Agent 1.7.3"
];

0 comments on commit 651d911

Please sign in to comment.