Skip to content

Commit 3c69e45

Browse files
committed
update version number
1 parent 3b26652 commit 3c69e45

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.1] 2026-04-21
7+
## [2.3.0] 2026-04-21
88
### Changed
99

1010
- fixed a bug that could lead to diverging results around the spherical axis in non-ideal MHD in 2.5D and 3D (#356)

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 2)
9-
set(Idefix_VERSION_PATCH 02)
8+
set(Idefix_VERSION_MINOR 3)
9+
set(Idefix_VERSION_PATCH 0)
1010

11-
project (idefix VERSION 2.2.02)
11+
project (idefix VERSION 2.3.0)
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.2.02'
26+
release = '2.3.0'
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.2.01
12+
// IDEFIX v 2.3.0
1313
//
1414
// ************************************************************************
1515
//@HEADER

0 commit comments

Comments
 (0)