Skip to content

Commit a76623e

Browse files
committed
release 5.10
1 parent 3eae37c commit a76623e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

0 commit comments

Comments
 (0)