Skip to content

Commit

Permalink
fix(cmake): version set to 23.04.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Nov 24, 2022
1 parent 95fab41 commit 071d310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
34 changes: 0 additions & 34 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
endif()

# Version.
set(COLLECT_MAJOR 22)
set(COLLECT_MINOR 10)
set(COLLECT_MAJOR 23)
set(COLLECT_MINOR 04)
set(COLLECT_PATCH 0)
set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}")
add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\")
Expand Down

0 comments on commit 071d310

Please sign in to comment.