Skip to content

Commit

Permalink
all: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann committed Jan 7, 2025
1 parent a7d349a commit f403d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

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

0 comments on commit f403d8d

Please sign in to comment.