Skip to content

Commit fe74772

Browse files
committed
release v5.50
1 parent d9ce49b commit fe74772

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents the revision history for the Open Monitoring Distribution (Labs Edition)
22

3-
next:
3+
5.50 Dec 18 2024
44
- omd:
55
- add -y/--yes option to accept some dialogs automatically
66
- add build support for ubuntu 24.04

Makefile.omd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# General settings included by all packages
22

3-
OMD_VERSION = 5.40-labs-edition
4-
OMD_SERIAL = 66
3+
OMD_VERSION = 5.50-labs-edition
4+
OMD_SERIAL = 67
55
OMD_PATCH_LEVEL = 1
66
OMD_BASE = /omd
77
OMD_PHYSICAL_BASE = /opt/omd

packages/omd/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div id="body">
6767
<h1>OMD - Open Monitoring Distribution</h1>
6868
<b><!-- leave version on a single line, it will be replaced by `make version` -->
69-
Version: 5.40-labs-edition
69+
Version: 5.50-labs-edition
7070
</b>
7171
<p>This page gives you a central view on the available GUIs in OMD.
7272
Just have a look and feel free to choose your favorite GUI. At the

packages/omd/omd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
2525
# Boston, MA 02110-1301 USA.
2626

27-
OMD_VERSION = "5.40-labs-edition"
27+
OMD_VERSION = "5.50-labs-edition"
2828

2929
import os
3030
import sys

0 commit comments

Comments
 (0)