Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
chore(doc): version and changelog updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Apr 26, 2021
1 parent 63307b3 commit 20ac5fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 20.04.11

### Bugfixes

*Macros*

If a service/host is not in a service/host group, then the HOSTGROUPNAME/
SERVICEGROUPNAME macros can lead to segfault. This patch fixes this issue.

## 20.04.10

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ link_directories(${json11_LIB_DIRS})
# Version.
set(CENTREON_ENGINE_MAJOR 20)
set(CENTREON_ENGINE_MINOR 04)
set(CENTREON_ENGINE_PATCH 10)
set(CENTREON_ENGINE_PATCH 11)
if (CENTREON_ENGINE_PRERELEASE)
set(CENTREON_ENGINE_VERSION "${CENTREON_ENGINE_MAJOR}.${CENTREON_ENGINE_MINOR}.${CENTREON_ENGINE_PATCH}-${CENTREON_ENGINE_PRERELEASE}")
else ()
Expand Down

0 comments on commit 20ac5fc

Please sign in to comment.