Skip to content

Commit

Permalink
Merge tag 'v8.8.12-rc1' into feature/mrg-price-csr
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 17, 2024
2 parents 0d7aa3f + 472542a commit b40a9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 8)
set(ANTARES_VERSION_REVISION 11)
set(ANTARES_VERSION_REVISION 12)

# Beta release
set(ANTARES_BETA 0)
set(ANTARES_RC 0)
set(ANTARES_RC 1)

set(ANTARES_VERSION_YEAR 2024)

Expand Down

0 comments on commit b40a9ab

Please sign in to comment.