Skip to content

Commit

Permalink
updated change log and version in cmake lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Mar 11, 2022
1 parent c92f3fb commit 748a1f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Fixed

## [2.8.0.5] - 2022-03-11

### Fixed

- Fixes for Lats and Lons in Lat/Lon files to match FP 5.27
- Store lat-lons when using lat-lon grids in degrees to avoid a floating point round off created by conversion to or from radians

## [2.8.0.4] - 2022-02-16

### Fixed
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.0.4
VERSION 2.8.0.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 748a1f0

Please sign in to comment.