From 257b11d4362772b102bd711fe625df675b387350 Mon Sep 17 00:00:00 2001 From: Charles Gautier <33026375+chgautier@users.noreply.github.com> Date: Mon, 1 Feb 2021 13:53:25 +0100 Subject: [PATCH] chore(install): update to version 19.10.17 (#443) * chore(install): update to version 19.10.17 * Update engine19.10.rst --- CMakeLists.txt | 2 +- doc/en/release_notes/engine19.10.rst | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac83915d8..9d28e3fc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ include_directories("${INC_DIR}/compatibility") # Version. set(CENTREON_ENGINE_MAJOR 19) set(CENTREON_ENGINE_MINOR 10) -set(CENTREON_ENGINE_PATCH 16) +set(CENTREON_ENGINE_PATCH 17) if (CENTREON_ENGINE_PRERELEASE) set(CENTREON_ENGINE_VERSION "${CENTREON_ENGINE_MAJOR}.${CENTREON_ENGINE_MINOR}.${CENTREON_ENGINE_PATCH}-${CENTREON_ENGINE_PRERELEASE}") else () diff --git a/doc/en/release_notes/engine19.10.rst b/doc/en/release_notes/engine19.10.rst index fddad661b..30551c771 100644 --- a/doc/en/release_notes/engine19.10.rst +++ b/doc/en/release_notes/engine19.10.rst @@ -1,3 +1,15 @@ +======================== +Centreon Engine 19.10.17 +======================== + +******* +Bug Fix +******* + +Macros +============== +fix macro $TIMET$ now return time in a unix epoch format. + ======================== Centreon Engine 19.10.16 ======================== @@ -16,10 +28,6 @@ last service notification Last Service Notification set when state is HARD without notification. This new version fixes this point. -Macros -============== -fix macro $TIMET$ now return time in a unix epoch format. - ======================== Centreon Engine 19.10.15 ========================