Skip to content

Commit

Permalink
release 2.80
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Oct 29, 2018
1 parent 075d7ee commit d90561b
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.80 Oct 29 2018
- OMD:
- add SELinux support for centos/rhel and fedora
- add build support for Ubuntu 18.04 Bionic
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.70-labs-edition
OMD_SERIAL = 44
OMD_VERSION = 2.80-labs-edition
OMD_SERIAL = 45
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 @@ -31,7 +31,7 @@ import subprocess
import tarfile, fnmatch
from subprocess import *

OMD_VERSION = "2.70-labs-edition"
OMD_VERSION = "2.80-labs-edition"

# Some global variables
opt_verbose = False
Expand Down

0 comments on commit d90561b

Please sign in to comment.