From 79b932a3ee70ac0d720bc5b0eaace8f3b4709971 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 28 Jan 2025 18:11:59 -0500 Subject: [PATCH] Prepare for 2.53.1 Release --- CHANGELOG.md | 8 ++++++-- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7dc0197b7..2d86ccb9d66 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 -- Fixed but with MAPL_GetHorzijIndex from previous release when not points are passed on a processor causing a deadlock - ### Removed ### Deprecated +## [2.53.1] - 2025-01-29 + +### Fixed + +- Fixed bug with `MAPL_GetHorzijIndex` when not points are passed on a processor causing a deadlock + ## [2.53.0] - 2025-01-24 ### Changed diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e8f157d357..727f3603eb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.53.0 + VERSION 2.53.1 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui