Skip to content

Commit

Permalink
start 5.x development
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Nov 9, 2022
1 parent 62108a3 commit 1e26777
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file documents the revision history for the Open Monitoring Distribution (Labs Edition)

next 5.x:
- Thruk: update to 3.00

next:
- Thruk: update to 2.50
- Gearman:
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 = 4.60-labs-edition
OMD_SERIAL = 60
OMD_VERSION = 5.00-labs-edition
OMD_SERIAL = 61
OMD_PATCH_LEVEL = 1
OMD_BASE = /omd
OMD_PHYSICAL_BASE = /opt/omd
Expand Down
2 changes: 1 addition & 1 deletion packages/omd/omd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import random
import string
from subprocess import *

OMD_VERSION = "4.60-labs-edition"
OMD_VERSION = "5.00-labs-edition"

# Some global variables
opt_verbose = False
Expand Down

0 comments on commit 1e26777

Please sign in to comment.