diff --git a/Makefile.omd b/Makefile.omd index 6ec4cb057..b54aa59d3 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -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 diff --git a/packages/omd/index.html b/packages/omd/index.html index c3ecfd3f6..1158c0796 100644 --- a/packages/omd/index.html +++ b/packages/omd/index.html @@ -66,7 +66,7 @@
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 23e65042e..1237d1794 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.00-labs-edition" +OMD_VERSION = "5.10-labs-edition" import sys sys.path.append("/omd/versions/%s/lib/python" % OMD_VERSION)