Skip to content

Commit

Permalink
chore(release): bump major version to 24.04.0 (#939)
Browse files Browse the repository at this point in the history
* chore(release): bump major version to 24.04.0

* add new .version file for versioning
  • Loading branch information
tuntoja authored Oct 31, 2023
1 parent ceac043 commit 1e3f6d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MAJOR=24.04
MINOR=0
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
endif()

# Version.
set(COLLECT_MAJOR 23)
set(COLLECT_MINOR 10)
set(COLLECT_MAJOR 24)
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 1e3f6d0

Please sign in to comment.