Skip to content

Commit c3d2046

Browse files
authored
Merge pull request #3236 from GEOS-ESM/feature/mathomp4/prepare-for-2.51.1-release
Prepare for 2.51.1 Release
2 parents 7bf00c9 + 8ec3c89 commit c3d2046

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

1414
### Fixed
15-
Properly nullified the pointers to the per-grid-cell counters
1615

1716
### Removed
1817

1918
### Deprecated
2019

20+
## [2.51.1] - 2024-12-10
21+
22+
### Fixed
23+
24+
- Properly nullified the pointers to the per-grid-cell counters
25+
2126
## [2.51.0] - 2024-12-06
2227

2328
### Added

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif ()
88

99
project (
1010
MAPL
11-
VERSION 2.51.0
11+
VERSION 2.51.1
1212
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF
1313

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

0 commit comments

Comments
 (0)