Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Aug 1, 2023
1 parent 896fddf commit e3b9f87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Antares Changelog
=================

v8.4.3 (08/2023)
--------------------
## Features
* Increase file size limit from 80Mo to 80Go when reading file.

## Bugfix
* Fix "unhandled error" with big studies in zip mode. MPS files were too big and hit file size hard limit


v8.4.2 (01/2022)
--------------------

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.4.2
sonar.projectVersion=8.4.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 4)
set(ANTARES_VERSION_REVISION 2)
set(ANTARES_VERSION_REVISION 3)
set(ANTARES_VERSION_YEAR 2022)

project(antares
Expand Down

0 comments on commit e3b9f87

Please sign in to comment.