Skip to content

Commit

Permalink
Version 9.2 (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin authored Jul 8, 2024
1 parent 1c90304 commit d2b4eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable

# Version
set(ANTARES_VERSION_HI 9)
set(ANTARES_VERSION_LO 1)
set(ANTARES_VERSION_LO 2)
set(ANTARES_VERSION_REVISION 0)


Expand Down
3 changes: 2 additions & 1 deletion src/libs/antares/study/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ constexpr auto supportedVersions = std::to_array({
StudyVersion(8, 7),
StudyVersion(8, 8),
StudyVersion(9, 0),
StudyVersion(9, 1)
StudyVersion(9, 1),
StudyVersion(9, 2)
// Add new versions here
});

Expand Down

0 comments on commit d2b4eb9

Please sign in to comment.