From 348f007cf7a27e831de618495c397a00a7e1afe7 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Wed, 14 Mar 2018 00:20:29 +0100 Subject: [PATCH] release 2.70-labs-edition --- Changelog | 2 +- Makefile.omd | 4 ++-- packages/omd/omd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 28579b177..72b7d98c8 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,6 @@ This file documents the revision history for the Open Monitoring Distribution (Labs Edition) -next +2.70 Mar 14 2018 - OMD: - add LIVESTATUS_TCP_ONLY_FROM hook - add omd -p switch for parallel restart/reload/stop/start diff --git a/Makefile.omd b/Makefile.omd index 723d7044f..2e5877476 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 2.60-labs-edition -OMD_SERIAL = 42 +OMD_VERSION = 2.70-labs-edition +OMD_SERIAL = 44 OMD_BASE = /omd OMD_PHYSICAL_BASE = /opt/omd OMD_ROOT = $(OMD_BASE)/versions/$(OMD_VERSION) diff --git a/packages/omd/omd b/packages/omd/omd index 4dec15c59..22311224c 100755 --- a/packages/omd/omd +++ b/packages/omd/omd @@ -30,7 +30,7 @@ import subprocess import tarfile, fnmatch from subprocess import * -OMD_VERSION = "2.60-labs-edition" +OMD_VERSION = "2.70-labs-edition" # Some global variables opt_verbose = False