Skip to content

Commit

Permalink
release 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sni authored and Build Automat committed Nov 19, 2016
1 parent 2a7b52c commit ed712cf
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 (Labs Edition)

next:
2.20 Nov 18 2016
- OMD
- use distro version numbers in package names for debian and ubuntu too
- add html mail notification templates
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.10-labs-edition
OMD_SERIAL = 37
OMD_VERSION = 2.20-labs-edition
OMD_SERIAL = 38
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.10-labs-edition"
OMD_VERSION = "2.20-labs-edition"

# Some global variables
opt_verbose = False
Expand Down

0 comments on commit ed712cf

Please sign in to comment.