diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4e6b525c8b..822607fd33 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,11 @@ Antares Changelog ================= +-------------------- +# v8.6.3 (10/2023) + +* Increase file size limit from 80Mo to 80Go when reading file. Fix issue on Windows + -------------------- # v8.6.2 (08/2023) diff --git a/sonar-project.properties b/sonar-project.properties index de81b0523f..c658ef9a49 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectName=Antares_Simulator sonar.projectKey=AntaresSimulatorTeam_Antares_Simulator sonar.organization=antaressimulatorteam -sonar.projectVersion=8.6.1 +sonar.projectVersion=8.6.3 # ===================================================== # Properties that will be shared amongst all modules diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 817dfae07e..8592285421 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable # Version set(ANTARES_VERSION_HI 8) set(ANTARES_VERSION_LO 6) -set(ANTARES_VERSION_REVISION 2) +set(ANTARES_VERSION_REVISION 3) set(ANTARES_VERSION_YEAR 2023) project(antares