Skip to content

Commit 1e2a7f3

Browse files
sniBuild Automat
authored andcommitted
release v5.20
1 parent 92a65d3 commit 1e2a7f3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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-
5.20 Jul 17 2023
3+
5.20 Jul 22 2023
44
- OMD:
55
- add build support for Debian 12
66
- Thruk: update to 3.08.3

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.10-labs-edition
4-
OMD_SERIAL = 63
3+
OMD_VERSION = 5.20-labs-edition
4+
OMD_SERIAL = 64
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.10-labs-edition
69+
Version: 5.20-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.10-labs-edition"
27+
OMD_VERSION = "5.20-labs-edition"
2828

2929
import sys
3030
sys.path.append("/omd/versions/%s/lib/python" % OMD_VERSION)

0 commit comments

Comments
 (0)