Skip to content

Commit

Permalink
Merge pull request #1015 from GEOS-ESM/feature/mathomp4/update-for-285
Browse files Browse the repository at this point in the history
Fixes to make 2.8.5 release
  • Loading branch information
mathomp4 authored Sep 3, 2021
2 parents 005d8b1 + 33c96ca commit 99d7b6e
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 @@ -15,12 +15,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [2.8.5] - 2021-09-03

### Fixed

- Added missing recursive declaration to MAPL_GenericWrapper

## [2.8.4] - 2021-08-27

### Added

- Added `esma_cpack` include for tarring ability
- Added missing recursive declaration to MAPL_GenericWrapper

### Changed

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
MAPL
VERSION 2.8.4
VERSION 2.8.5
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# mepo can now clone subrepos in three styles
Expand Down

0 comments on commit 99d7b6e

Please sign in to comment.