From ea01458bffca0c636dc1ec165e1f7bcafbc39321 Mon Sep 17 00:00:00 2001 From: Lars Michelsen Date: Tue, 9 Jan 2024 10:28:14 +0100 Subject: [PATCH] Bump version to 1.3.41 --- 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 dc7d24921..2eca19918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.9.41 + 1.9.40 Core: * FIX: Fix PHP 5.4 and 5.5 compatibility issue (Fatal error: Arrays are not allowed in class constants) diff --git a/Makefile b/Makefile index a3d8532f0..fec3c27b5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -VERSION=1.9.40 +VERSION=1.9.41 NAME=nagvis-$(VERSION) SED ?= sed diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 3d862f2d7..6f6df1768 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.40'); +define('CONST_VERSION', '1.9.41'); // Set PHP error handling to standard level // Different levels for php versions below 5.1 because PHP 5.1 reports