From f5235583c332ee685339cb9b8b389e4f8af4f333 Mon Sep 17 00:00:00 2001 From: pkippes <144150042+pkippes@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:13:33 +0100 Subject: [PATCH 1/2] chore(release) bump collect to 23.10.13 --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index c0add3b47f7..730da6ad03c 100644 --- a/.version +++ b/.version @@ -1,2 +1,2 @@ MAJOR=23.10 -MINOR=12 +MINOR=13 From a12083fe73ecba5b189672f11b74e69e070460a3 Mon Sep 17 00:00:00 2001 From: pkippes <144150042+pkippes@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:13:56 +0100 Subject: [PATCH 2/2] chore(release) bump collect to 23.10.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5c314357a1..ddddd87adfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ endif() # Version. set(COLLECT_MAJOR 23) set(COLLECT_MINOR 10) -set(COLLECT_PATCH 12) +set(COLLECT_PATCH 13) set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}") add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\")