From b33cc5ed0d2374b8b78622b819b16c4b7a433a12 Mon Sep 17 00:00:00 2001 From: Lukas Lengler Date: Fri, 7 Jun 2024 09:14:29 +0200 Subject: [PATCH] Bump version to 1.9.42 --- ChangeLog | 2 ++ Makefile | 2 +- share/server/core/defines/global.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca5fa11da..2f1b3f9b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.9.42 + 1.9.41 Frontend: * FIX: Fix PHP 5.4 compatibility issue (syntax error, unexpected 'list') diff --git a/Makefile b/Makefile index fec3c27b5..06cb79e4a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -VERSION=1.9.41 +VERSION=1.9.42 NAME=nagvis-$(VERSION) SED ?= sed diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 6f6df1768..8a21ec2ee 100644 --- a/share/server/core/defines/global.php +++ b/share/server/core/defines/global.php @@ -23,7 +23,7 @@ *****************************************************************************/ // NagVis Version -define('CONST_VERSION', '1.9.41'); +define('CONST_VERSION', '1.9.42'); // Set PHP error handling to standard level // Different levels for php versions below 5.1 because PHP 5.1 reports