Skip to content

Commit

Permalink
Bump to version 23.04.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkippes authored Sep 22, 2023
1 parent 1de9baa commit eaae8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ endif()
# Version.
set(COLLECT_MAJOR 23)
set(COLLECT_MINOR 04)
set(COLLECT_PATCH 3)
set(COLLECT_PATCH 4)
set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}")
add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\")

Expand Down

0 comments on commit eaae8a8

Please sign in to comment.