Skip to content

Commit ee6dd0b

Browse files
committed
update version number
1 parent 42b474f commit ee6dd0b

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ endif()
55
set (CMAKE_CXX_STANDARD 17)
66

77
set(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)
1212
option(Idefix_MHD "enable MHD" OFF)
1313
option(Idefix_MPI "enable Message Passing Interface parallelisation" OFF)
1414
option(Idefix_HIGH_ORDER_FARGO "Force Fargo to use a PPM reconstruction scheme" OFF)

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = '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

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//@HEADER
1010
// ************************************************************************
1111
//
12-
// IDEFIX v 2.1.00
12+
// IDEFIX v 2.2.00
1313
//
1414
// ************************************************************************
1515
//@HEADER

0 commit comments

Comments
 (0)