Skip to content

Commit 083124f

Browse files
committed
release 4.60
1 parent 11360b7 commit 083124f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents the revision history for the Open Monitoring Distribution (Labs Edition)
22

3-
next:
3+
4.60 Aug 12 2022
44
- Naemon:
55
- update core to 1.3.1
66
- update livestatus to 1.3.1

Makefile.omd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# General settings included by all packages
22

3-
OMD_VERSION = 4.40-labs-edition
4-
OMD_SERIAL = 58
3+
OMD_VERSION = 4.60-labs-edition
4+
OMD_SERIAL = 60
55
OMD_PATCH_LEVEL = 1
66
OMD_BASE = /omd
77
OMD_PHYSICAL_BASE = /opt/omd

packages/omd/omd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import random
3333
import string
3434
from subprocess import *
3535

36-
OMD_VERSION = "4.40-labs-edition"
36+
OMD_VERSION = "4.60-labs-edition"
3737

3838
# Some global variables
3939
opt_verbose = False

0 commit comments

Comments
 (0)