From c833e57aa812da944df04ea0d81fd5dcfc582550 Mon Sep 17 00:00:00 2001 From: Mathias Kettner Date: Tue, 9 Nov 2010 14:16:09 +0100 Subject: [PATCH] Set version to 0.44. Good luck. --- Makefile.omd | 4 ++-- packages/omd/omd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.omd b/Makefile.omd index d0b15032..0bfc0c31 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 0.43.99 -OMD_SERIAL = 18 +OMD_VERSION = 0.44 +OMD_SERIAL = 19 OMD_BASE = /omd OMD_PHYSICAL_BASE = /opt/omd OMD_ROOT = $(OMD_BASE)/versions/$(OMD_VERSION) diff --git a/packages/omd/omd b/packages/omd/omd index aea4b1df..dcddf864 100644 --- a/packages/omd/omd +++ b/packages/omd/omd @@ -26,7 +26,7 @@ import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios from subprocess import * -OMD_VERSION = "0.43.99" +OMD_VERSION = "0.44" # colored output, if stdout is a tty on_tty = sys.stdout.isatty() -- 2.11.4.GIT