Skip to content

Commit

Permalink
release 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Feb 20, 2023
1 parent 3eae37c commit a76623e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile.omd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General settings included by all packages

OMD_VERSION = 5.00-labs-edition
OMD_SERIAL = 62
OMD_VERSION = 5.10-labs-edition
OMD_SERIAL = 63
OMD_PATCH_LEVEL = 1
OMD_BASE = /omd
OMD_PHYSICAL_BASE = /opt/omd
Expand Down
2 changes: 1 addition & 1 deletion packages/omd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div id="body">
<h1>OMD - Open Monitoring Distribution</h1>
<b><!-- leave version on a single line, it will be replaced by `make version` -->
Version: 5.00-labs-edition
Version: 5.10-labs-edition
</b>
<p>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
Expand Down
2 changes: 1 addition & 1 deletion packages/omd/omd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02110-1301 USA.

OMD_VERSION = "5.00-labs-edition"
OMD_VERSION = "5.10-labs-edition"

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

0 comments on commit a76623e

Please sign in to comment.