Skip to content

Commit

Permalink
Merge pull request #123 from GEOS-ESM/sdrabenh-patch-2
Browse files Browse the repository at this point in the history
Update to 10.12.0
  • Loading branch information
sdrabenh authored Mar 9, 2020
2 parents 0936c4c + 15733bd commit 702b2ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 (
GEOSgcm
VERSION 10.11
VERSION 10.12
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/GEOSgcm_GridComp.git
local_path = ./src/Components/@GEOSgcm_GridComp
tag = v1.7.0
tag = v1.8.0
protocol = git
externals = Externals.cfg

Expand Down
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v1.7.0
tag: v1.8.0
develop: develop

FVdycoreCubed_GridComp:
Expand Down

0 comments on commit 702b2ba

Please sign in to comment.