From 9981a86f5e4d383972133e94cef25130b37fff55 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 6 Dec 2023 10:51:00 -0500 Subject: [PATCH] Prepare for 2.42.3 release --- CHANGELOG.md | 8 ++++++-- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea74bf4340d4..c3632d656b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index aacbceffa2aa..a5677597e57b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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