Skip to content

Commit

Permalink
Set version 1.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsMichelsen committed May 20, 2022
1 parent 4fb908a commit bda47dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,3 +1,5 @@
1.9.33

1.9.32
Core:
* FIX: Fix PHP 8.1 incompatibility
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
SHELL=/bin/bash
VERSION=1.9.32
VERSION=1.9.33
NAME=nagvis-$(VERSION)

SED ?= sed
Expand Down
2 changes: 1 addition & 1 deletion share/server/core/defines/global.php
Expand Up @@ -23,7 +23,7 @@
*****************************************************************************/

// NagVis Version
define('CONST_VERSION', '1.9.32');
define('CONST_VERSION', '1.9.33');

// 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 bda47dd

Please sign in to comment.