Skip to content

Commit

Permalink
Update CHANGELOG and CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Nov 2, 2020
1 parent 7ab3247 commit b97cf5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.14] - 2020-11-02

### Fixed

- Leap year bug in MAPL_ExtDataGridComp

### Changed

- MAPL_CFIO change from CVS tag `GEOSadas-5_27_1`

## [1.1.13] - 2019-12-09

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

if (NOT COMMAND esma) # build as standalone project
Expand Down

0 comments on commit b97cf5d

Please sign in to comment.