diff --git a/Changelog b/Changelog index 64b6a475e..99ee00911 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ This file documents the revision history for the Open Monitoring Distribution (Labs Edition) -Next: + +3.10 May 16 2019 - Thruk: update to 2.30-2 - Grafana update to 6.1.6 - Prometheus update to 2.9.2: @@ -16,7 +17,7 @@ Next: - check_nsc_web: update to 0.5.3 -3.00 Apr 01 2018 +3.00 Apr 01 2019 - DEPRECATION WARNING: the following components got removed, read more on https://labs.consol.de/omd/migration_3.html - Nagios 3 - Icinga 1 diff --git a/Makefile.omd b/Makefile.omd index fb04a629f..bebe06864 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 3.00-labs-edition -OMD_SERIAL = 49 +OMD_VERSION = 3.10-labs-edition +OMD_SERIAL = 50 OMD_PATCH_LEVEL = 1 OMD_BASE = /omd OMD_PHYSICAL_BASE = /opt/omd diff --git a/packages/omd/omd b/packages/omd/omd index acc46756e..76ef07206 100755 --- a/packages/omd/omd +++ b/packages/omd/omd @@ -33,7 +33,7 @@ import random import string from subprocess import * -OMD_VERSION = "3.00-labs-edition" +OMD_VERSION = "3.10-labs-edition" # Some global variables opt_verbose = False