[omd-commits] OMD Git: omd: omd: update to 0.49
git version control
git at mathias-kettner.de
Thu May 26 16:42:50 CEST 2011
Module: omd
Branch: master
Commit: 812ec83309b5216e5303fc4a6b7b3deae18e4b3e
URL: http://omdistro.org/projects/omd/repository/revisions/812ec83309b5216e5303fc4a6b7b3deae18e4b3e
Author: Sven Nierlein <sven at nierlein.de>
Date: Thu May 26 13:54:29 2011 +0200
Commiter: Sven Nierlein <sven at nierlein.de>
Date: Thu May 26 13:54:29 2011 +0200
omd: update to 0.49
---
Makefile.omd | 4 ++--
packages/omd/omd | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile.omd b/Makefile.omd
index 311fb10..957c020 100644
--- a/Makefile.omd
+++ b/Makefile.omd
@@ -1,7 +1,7 @@
# General settings included by all packages
-OMD_VERSION = 0.48
-OMD_SERIAL = 23
+OMD_VERSION = 0.49
+OMD_SERIAL = 24
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 e47e312..b7664ed 100644
--- a/packages/omd/omd
+++ b/packages/omd/omd
@@ -27,7 +27,7 @@
import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios
from subprocess import *
-OMD_VERSION = "0.48"
+OMD_VERSION = "0.49"
# colored output, if stdout is a tty
on_tty = sys.stdout.isatty()
More information about the omd-commits
mailing list