File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.2.00] 2025-01-17
8+ ### Changed
9+
10+ -
11+
12+ ### Added
13+
14+ -
15+
16+ ### Removed
17+
18+
719## [ 2.1.02] 2024-10-24
820### Changed
921
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ endif()
55set (CMAKE_CXX_STANDARD 17)
66
77set (Idefix_VERSION_MAJOR 2)
8- set (Idefix_VERSION_MINOR 1 )
9- set (Idefix_VERSION_PATCH 02 )
8+ set (Idefix_VERSION_MINOR 2 )
9+ set (Idefix_VERSION_PATCH 00 )
1010
11- project (idefix VERSION 2.1.02 )
11+ project (idefix VERSION 2.2.00 )
1212option (Idefix_MHD "enable MHD" OFF )
1313option (Idefix_MPI "enable Message Passing Interface parallelisation" OFF )
1414option (Idefix_HIGH_ORDER_FARGO "Force Fargo to use a PPM reconstruction scheme" OFF )
Original file line number Diff line number Diff line change 2323author = 'Geoffroy Lesur'
2424
2525# The full version, including alpha/beta/rc tags
26- release = '2.1.02 '
26+ release = '2.2.00 '
2727
2828
2929
Original file line number Diff line number Diff line change 99//@HEADER
1010// ************************************************************************
1111//
12- // IDEFIX v 2.1 .00
12+ // IDEFIX v 2.2 .00
1313//
1414// ************************************************************************
1515//@HEADER
You can’t perform that action at this time.
0 commit comments