We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11360b7 commit 083124fCopy full SHA for 083124f
3 files changed
Changelog
@@ -1,6 +1,6 @@
1
This file documents the revision history for the Open Monitoring Distribution (Labs Edition)
2
3
-next:
+4.60 Aug 12 2022
4
- Naemon:
5
- update core to 1.3.1
6
- update livestatus to 1.3.1
Makefile.omd
@@ -1,7 +1,7 @@
# General settings included by all packages
-OMD_VERSION = 4.40-labs-edition
-OMD_SERIAL = 58
+OMD_VERSION = 4.60-labs-edition
+OMD_SERIAL = 60
OMD_PATCH_LEVEL = 1
OMD_BASE = /omd
7
OMD_PHYSICAL_BASE = /opt/omd
packages/omd/omd
@@ -33,7 +33,7 @@ import random
33
import string
34
from subprocess import *
35
36
-OMD_VERSION = "4.40-labs-edition"
+OMD_VERSION = "4.60-labs-edition"
37
38
# Some global variables
39
opt_verbose = False
0 commit comments