diff --git a/ChangeLog b/ChangeLog index 2eb7097c4..bcf537232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.9.39 + 1.9.38 Frontend: * FIX: Fix XSS vulnerability diff --git a/Makefile b/Makefile index 40aa239f8..36ff000f1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -VERSION=1.9.38 +VERSION=1.9.39 NAME=nagvis-$(VERSION) SED ?= sed diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 42965a1ee..c922b0041 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.38'); +define('CONST_VERSION', '1.9.39'); // Set PHP error handling to standard level // Different levels for php versions below 5.1 because PHP 5.1 reports