From befc849aa0bde2165867704ddec5808c0b17e7e2 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 26 Mar 2024 09:31:12 -0400 Subject: [PATCH] Prepare for 2.44.2 Release --- CHANGELOG.md | 8 ++++++-- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92faf63cde5..14325c71d711 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 bug in time_ave_util.x when the input files have a level size of 1 - ### Removed ### Deprecated +## [2.44.2] - 2024-03-26 + +### Fixed + +- Fixed bug in `time_ave_util.x` when the input files have a level size of 1 + ## [2.44.1] - 2024-03-19 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index b88a43b45e27..d0cbe7caa523 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.44.1 + VERSION 2.44.2 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui