Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated version number for stable version
  • Loading branch information
daminton committed Sep 10, 2019
1 parent 433c597 commit 14a5677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals/module_globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14a5677

Please sign in to comment.