From c45cbbffa0c3bc6cc8f22b069d7413dbd729fd86 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 10 Sep 2019 10:35:07 -0400 Subject: [PATCH] Updated version number for stable version. This is the version of the code used in Minton et al. (2019) --- src/globals/module_globals.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/module_globals.f90 b/src/globals/module_globals.f90 index 51ed36c1..91a64547 100644 --- a/src/globals/module_globals.f90 +++ b/src/globals/module_globals.f90 @@ -14,7 +14,7 @@ module module_globals implicit none public -character(len=*),parameter :: CTEMVER = "1.3 DEVELOPMENT" +character(len=*),parameter :: CTEMVER = "1.4 DEVELOPMENT" ! Symbolic names for kind types of 4-, 2-, and 1-byte integers: integer, parameter :: I8B = selected_int_kind(17)