From 083124f193e6f0e93cfc741181d662ce9e542725 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 12 Aug 2022 19:23:45 +0200 Subject: [PATCH] release 4.60 --- Changelog | 2 +- Makefile.omd | 4 ++-- packages/omd/omd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 5f3b91434..7138b0027 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,6 @@ This file documents the revision history for the Open Monitoring Distribution (Labs Edition) -next: +4.60 Aug 12 2022 - Naemon: - update core to 1.3.1 - update livestatus to 1.3.1 diff --git a/Makefile.omd b/Makefile.omd index 30de6c2e1..3b7c48427 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 4.40-labs-edition -OMD_SERIAL = 58 +OMD_VERSION = 4.60-labs-edition +OMD_SERIAL = 60 OMD_PATCH_LEVEL = 1 OMD_BASE = /omd OMD_PHYSICAL_BASE = /opt/omd diff --git a/packages/omd/omd b/packages/omd/omd index 788b98540..26efca211 100755 --- a/packages/omd/omd +++ b/packages/omd/omd @@ -33,7 +33,7 @@ import random import string from subprocess import * -OMD_VERSION = "4.40-labs-edition" +OMD_VERSION = "4.60-labs-edition" # Some global variables opt_verbose = False