Skip to content

Commit

Permalink
Set version to 1.9.39
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsMichelsen committed Oct 14, 2023
1 parent 701e7d4 commit 98d9cd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.9.39

1.9.38
Frontend:
* FIX: Fix XSS vulnerability
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL=/bin/bash
VERSION=1.9.38
VERSION=1.9.39
NAME=nagvis-$(VERSION)

SED ?= sed
Expand Down
2 changes: 1 addition & 1 deletion share/server/core/defines/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98d9cd6

Please sign in to comment.