diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 882e3438310..ab9b380a0d1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,8 @@ Please include a short resume of the changes and what is the purpose of PR. Any - [ ] 22.10.x - [ ] 23.04.x - [ ] 23.10.x -- [ ] 24.04.x (master) +- [ ] 24.04.x +- [ ] master

How this pull request can be tested ?

diff --git a/.version b/.version index 9a1d1d75c3b..78a9e5287bd 100644 --- a/.version +++ b/.version @@ -1,2 +1,2 @@ -MAJOR=24.04 +MAJOR=24.05 MINOR=0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 271fd0e3639..29a44ba4e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,7 +134,7 @@ endif() # Version. set(COLLECT_MAJOR 24) -set(COLLECT_MINOR 04) +set(COLLECT_MINOR 05) set(COLLECT_PATCH 0) set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}") add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\")