Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jul 23, 2024
1 parent d88ce16 commit f3b08bc
Show file tree
Hide file tree
Showing 2 changed files with 2 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 99)
set(ANTARES_VERSION_LO 99)
set(ANTARES_VERSION_LO 98)
set(ANTARES_VERSION_REVISION 99)


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

Expand Down

0 comments on commit f3b08bc

Please sign in to comment.