Skip to content

Commit

Permalink
update version number in cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Aug 4, 2022
1 parent a853f3b commit 2c2d928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Fixed

## [2.8.0.9] - 2022-08-03
## [2.8.0.9] - 2022-08-04

### Added

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.8
VERSION 2.8.0.9
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# mepo can now clone subrepos in three styles
Expand Down

0 comments on commit 2c2d928

Please sign in to comment.