Skip to content

Commit

Permalink
Merge pull request #2481 from GEOS-ESM/feature/mathomp4/prepare-2.42.…
Browse files Browse the repository at this point in the history
…3-release

Prepare for 2.42.3 release
  • Loading branch information
mathomp4 authored Dec 6, 2023
2 parents 0054b66 + 9981a86 commit 9e0f2d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- `MAPL_Abort()` was passing an uninitialized integer to `MPI_Abort()` resulting in spurious false successes when running ctest. Maybe was happening frequently, but CI would be blind to this.
-
### Removed

### Deprecated

## [2.42.3] - 2023-12-06

### Fixed

- `MAPL_Abort()` was passing an uninitialized integer to `MPI_Abort()` resulting in spurious false successes when running ctest. Maybe was happening frequently, but CI would be blind to this.

## [2.42.2] - 2023-12-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif ()

project (
MAPL
VERSION 2.42.2
VERSION 2.42.3
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# Set the possible values of build type for cmake-gui
Expand Down

0 comments on commit 9e0f2d1

Please sign in to comment.