From fe74772991dea936d0ea4453fada905f67d61031 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Wed, 18 Dec 2024 14:42:31 +0100 Subject: [PATCH] release v5.50 --- 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 7c3f6e603..e473d46e4 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,6 @@ This file documents the revision history for the Open Monitoring Distribution (Labs Edition) -next: +5.50 Dec 18 2024 - omd: - add -y/--yes option to accept some dialogs automatically - add build support for ubuntu 24.04 diff --git a/Makefile.omd b/Makefile.omd index b5c819081..122c21ba2 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 5.40-labs-edition -OMD_SERIAL = 66 +OMD_VERSION = 5.50-labs-edition +OMD_SERIAL = 67 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 945eef5f0..67e5c5b74 100644 --- a/packages/omd/index.html +++ b/packages/omd/index.html @@ -66,7 +66,7 @@

OMD - Open Monitoring Distribution

- Version: 5.40-labs-edition + Version: 5.50-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 88a4b06b2..8d7b3909f 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.40-labs-edition" +OMD_VERSION = "5.50-labs-edition" import os import sys