Skip to content

Commit

Permalink
Bump version to 1.3.41
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsMichelsen committed Jan 9, 2024
1 parent cd1b3b0 commit ea01458
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.41

1.9.40
Core:
* FIX: Fix PHP 5.4 and 5.5 compatibility issue (Fatal error: Arrays are not allowed in class constants)
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.40
VERSION=1.9.41
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.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
Expand Down

0 comments on commit ea01458

Please sign in to comment.