Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Feb 15, 2024
1 parent 9709ce6 commit 9e4a51a
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,8 +3,8 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 6)
set(ANTARES_VERSION_REVISION 4)
set(ANTARES_VERSION_YEAR 2023)
set(ANTARES_VERSION_REVISION 5)
set(ANTARES_VERSION_YEAR 2024)

project(antares
VERSION ${ANTARES_VERSION_HI}.${ANTARES_VERSION_LO}.${ANTARES_VERSION_REVISION})
Expand Down

0 comments on commit 9e4a51a

Please sign in to comment.