From 689d2edcf74bddf63c60436a86d6651138400cbe Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 1 Mar 2021 15:04:04 -0500 Subject: [PATCH] Update cmakelists and changelog --- CHANGELOG.md | 3 +++ CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a4dd81..fb786244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Switched StrTemplate from using the one provided by `GMAO_MPEU` to one provided by `MAPL` + ### Fixed + - Bug with how some optional `rc` arguments where handled in the Process Library. + ### Removed ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index 65ed7199..eef75416 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GOCART - VERSION 0.9.1 + VERSION 1.0.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")