Skip to content

Commit

Permalink
Update changelog for v8.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Sep 28, 2023
1 parent 3e19e19 commit 0e60d49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Antares Changelog
=================


v8.4.4 (09/2023)
--------------------
## Bugfix
* Fix duplicate TS numbers for thermal clusters (#1090) -- backport from 8.5.x


v8.4.3 (08/2023)
--------------------
## Features
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 4)
set(ANTARES_VERSION_REVISION 3)
set(ANTARES_VERSION_YEAR 2022)
set(ANTARES_VERSION_REVISION 4)
set(ANTARES_VERSION_YEAR 2023)

project(antares
VERSION ${ANTARES_VERSION_HI}.${ANTARES_VERSION_LO}.${ANTARES_VERSION_REVISION})
Expand Down

0 comments on commit 0e60d49

Please sign in to comment.