Skip to content

Commit

Permalink
release 1.30
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <[email protected]>
  • Loading branch information
sni authored and Build Automat committed Oct 2, 2015
1 parent f124e65 commit 841db2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file documents the revision history for the Open Monitoring Distribution

1.30 (next, not yet released)
1.30 Oct 01 2014
- omd:
- Added "Basic / ADMIN_MAIL" hook to configure the target mail
address for eMails sent to the site user (e.g. created by
Expand Down
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 = 1.20
OMD_SERIAL = 33
OMD_VERSION = 1.30
OMD_SERIAL = 35
OMD_BASE = /omd
OMD_PHYSICAL_BASE = /opt/omd
OMD_ROOT = $(OMD_BASE)/versions/$(OMD_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/omd/omd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios, traceback, tarfile
from subprocess import *

OMD_VERSION = "1.20"
OMD_VERSION = "1.30"

# Some global variables
opt_verbose = False
Expand Down

0 comments on commit 841db2d

Please sign in to comment.