Skip to content

Commit

Permalink
Merge pull request #3236 from GEOS-ESM/feature/mathomp4/prepare-for-2…
Browse files Browse the repository at this point in the history
….51.1-release

Prepare for 2.51.1 Release
  • Loading branch information
mathomp4 authored Dec 10, 2024
2 parents 7bf00c9 + 8ec3c89 commit c3d2046
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

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

### Removed

### Deprecated

## [2.51.1] - 2024-12-10

### Fixed

- Properly nullified the pointers to the per-grid-cell counters

## [2.51.0] - 2024-12-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif ()

project (
MAPL
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
Expand Down

0 comments on commit c3d2046

Please sign in to comment.