From 3295ceebe7e870aaca2018c12ea1ac82d0628fa5 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 7 Oct 2024 12:58:06 -0400 Subject: [PATCH] Update CMakelists and changelog for 2.46.4 release --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfea0235e181..c432373df80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [2.46.4] - 2024-10-07 + +### Fixed + +- Removed erroneous asserts that blocked some use cases in creating route handles + ## [2.46.3] - 2024-08-16 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a0ecb3b109a..1f6fc9356cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.46.3 + VERSION 2.46.4 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui