Skip to content

Commit

Permalink
cmake: bump version to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann authored and asaezper committed Apr 22, 2024
1 parent 160a285 commit 68ac7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# the distribution.
#

set(SRSRAN_VERSION_MAJOR 23)
set(SRSRAN_VERSION_MINOR 10)
set(SRSRAN_VERSION_PATCH 1)
set(SRSRAN_VERSION_MAJOR 24)
set(SRSRAN_VERSION_MINOR 04)
set(SRSRAN_VERSION_PATCH 0)
set(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")

0 comments on commit 68ac7b2

Please sign in to comment.