Skip to content

Commit

Permalink
Version = 8.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Nov 20, 2023
1 parent 38efef6 commit c36cfc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Antares Changelog
=================

--------------------
# v8.6.3 (10/2023)
# v8.6.4 (11/2023)
## Bugfixes
* Fix Oracle Linux minizip build + actually run zip unit tests (#1744)
* Fix output variable PROFIT for thermal clusters (#1767)

# v8.6.3 (10/2023)
## Bugfixes
* Increase file size limit from 80Mo to 80Go when reading file. Fix issue on Windows

--------------------
# v8.6.2 (08/2023)

## Bugfixes
* Backport [v8.4.3](#v843-082023) changes

8.6.1 (06/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.3
sonar.projectVersion=8.6.4

# =====================================================
# 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 3)
set(ANTARES_VERSION_REVISION 4)
set(ANTARES_VERSION_YEAR 2023)

project(antares
Expand Down

0 comments on commit c36cfc8

Please sign in to comment.