From 1e2a7f3640a25fc1c9f43392f8e6b9972ea404f7 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 21 Jul 2023 08:40:03 +0200 Subject: [PATCH] release v5.20 --- Changelog | 2 +- Makefile.omd | 4 ++-- packages/omd/index.html | 2 +- packages/omd/omd | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 6cefa1066..6ce27bd1b 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,6 @@ This file documents the revision history for the Open Monitoring Distribution (Labs Edition) -5.20 Jul 17 2023 +5.20 Jul 22 2023 - OMD: - add build support for Debian 12 - Thruk: update to 3.08.3 diff --git a/Makefile.omd b/Makefile.omd index b54aa59d3..8699f8aa0 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 5.10-labs-edition -OMD_SERIAL = 63 +OMD_VERSION = 5.20-labs-edition +OMD_SERIAL = 64 OMD_PATCH_LEVEL = 1 OMD_BASE = /omd OMD_PHYSICAL_BASE = /opt/omd diff --git a/packages/omd/index.html b/packages/omd/index.html index 1158c0796..9747838a3 100644 --- a/packages/omd/index.html +++ b/packages/omd/index.html @@ -66,7 +66,7 @@

OMD - Open Monitoring Distribution

- Version: 5.10-labs-edition + Version: 5.20-labs-edition

This page gives you a central view on the available GUIs in OMD. Just have a look and feel free to choose your favorite GUI. At the diff --git a/packages/omd/omd b/packages/omd/omd index 2b9236884..2db01f045 100755 --- a/packages/omd/omd +++ b/packages/omd/omd @@ -24,7 +24,7 @@ # to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, # Boston, MA 02110-1301 USA. -OMD_VERSION = "5.10-labs-edition" +OMD_VERSION = "5.20-labs-edition" import sys sys.path.append("/omd/versions/%s/lib/python" % OMD_VERSION)