Skip to content

Commit

Permalink
v8.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 4, 2023
1 parent b7c43ee commit eb98c5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb98c5a

Please sign in to comment.