Skip to content

Commit

Permalink
Changelog & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 5, 2022
1 parent 0e9847d commit e5c095e
Show file tree
Hide file tree
Showing 2 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.2.3 (11/2022)
--------------------
## Bug fixes
- Round renewable prod

v8.2.2 (04/2022)
--------------------
## Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0)
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 2)
set(ANTARES_VERSION_REVISION 2)
set(ANTARES_VERSION_REVISION 3)
set(ANTARES_VERSION_YEAR 2022)

set(ANTARES_PUBLISHER "RTE France")
Expand All @@ -13,7 +13,7 @@ set(ANTARES_ONLINE_DOC "https://antares-simulator.readthedocs.io/")

# Beta release
set(ANTARES_BETA 0)
set(ANTARES_RC 1)
set(ANTARES_RC 0)

# CMAKE - Suppress useless features
set(CMAKE_SKIP_PREPROCESSED_SOURCE_RULES true)
Expand Down

0 comments on commit e5c095e

Please sign in to comment.