We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bf00c9 + 8ec3c89 commit c3d2046Copy full SHA for c3d2046
CHANGELOG.md
@@ -12,12 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
### Changed
13
14
### Fixed
15
-Properly nullified the pointers to the per-grid-cell counters
16
17
### Removed
18
19
### Deprecated
20
+## [2.51.1] - 2024-12-10
21
+
22
+### Fixed
23
24
+- Properly nullified the pointers to the per-grid-cell counters
25
26
## [2.51.0] - 2024-12-06
27
28
### Added
CMakeLists.txt
@@ -8,7 +8,7 @@ endif ()
8
9
project (
10
MAPL
11
- VERSION 2.51.0
+ VERSION 2.51.1
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF
# Set the possible values of build type for cmake-gui
0 commit comments