Skip to content

Commit

Permalink
Fix version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Jan 8, 2025
1 parent 80eb9bf commit c5a1114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Util/src/ESMF_UtilTypes.F90
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module ESMF_UtilTypesMod
logical, parameter :: ESMF_VERSION_PUBLIC = .true.
logical, parameter :: ESMF_VERSION_BETASNAPSHOT = .false.

character(*), parameter :: ESMF_VERSION_STRING = "8.8.0
character(*), parameter :: ESMF_VERSION_STRING = "8.8.0"

#if defined (ESMF_NETCDF)
logical, parameter :: ESMF_IO_NETCDF_PRESENT = .true.
Expand Down

0 comments on commit c5a1114

Please sign in to comment.