Skip to content

Commit

Permalink
omd: release 2.60-labs-edition
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Aug 21, 2017
1 parent 69dac32 commit 221f8d0
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
Expand Up @@ -21,7 +21,7 @@ This file documents the revision history for the Open Monitoring Distribution (L
- add reset command to restore a skeleton file from default
- support hot backups without stopping the site

2.40 May 13 2019
2.40 May 13 2017
- Thruk: update to 2.14-2
- add THRUK_LOGCACHE hook to simply enable the logcache
- Naemon update to 1.0.6
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 = 2.40-labs-edition
OMD_SERIAL = 40
OMD_VERSION = 2.60-labs-edition
OMD_SERIAL = 42
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 @@ -28,7 +28,7 @@ import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios, traceback
import tarfile, fnmatch
from subprocess import *

OMD_VERSION = "2.40-labs-edition"
OMD_VERSION = "2.60-labs-edition"

# Some global variables
opt_verbose = False
Expand Down

0 comments on commit 221f8d0

Please sign in to comment.