Skip to content

Commit

Permalink
MON-146263 Centreon next 24.04 (Jira release #19990#) (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkippes committed Aug 5, 2024
2 parents d6a4031 + dc09b3f commit fc20456
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MAJOR=24.04
MINOR=4
MINOR=5
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ endif()
# Version.
set(COLLECT_MAJOR 24)
set(COLLECT_MINOR 04)
set(COLLECT_PATCH 4)
set(COLLECT_PATCH 5)
set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}")
add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\")

Expand Down
4 changes: 4 additions & 0 deletions packaging/centreon-broker-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ overrides:
conflicts:
- centreon-broker-storage
- centreon-broker-core-devel
- centreon-broker-caching_sha2_password
replaces:
- centreon-broker-storage
- centreon-broker-core-devel
- centreon-broker-caching_sha2_password
provides:
- centreon-broker-storage
- centreon-broker-core-devel
Expand All @@ -65,9 +67,11 @@ overrides:
conflicts:
- centreon-broker-storage
- centreon-broker-core-dev
- centreon-broker-caching-sha2-password
replaces:
- centreon-broker-storage
- centreon-broker-core-dev
- centreon-broker-caching-sha2-password
provides:
- centreon-broker-storage
- centreon-broker-core-dev
Expand Down

0 comments on commit fc20456

Please sign in to comment.