Skip to content

Commit

Permalink
Updated hopr version to v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scopplestone committed Mar 20, 2023
1 parent f230958 commit dfd1e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ MODULE MOD_Globals
LOGICAL :: Logging ! Set .TRUE. to activate logging function for each processor

INTEGER,PARAMETER :: MajorVersion = 1 !> HoprVersion saved in each hdf5 file with hdf5 header
INTEGER,PARAMETER :: MinorVersion = 0 !> HoprVersion saved in each hdf5 file with hdf5 header
INTEGER,PARAMETER :: MinorVersion = 1 !> HoprVersion saved in each hdf5 file with hdf5 header
INTEGER,PARAMETER :: PatchVersion = 0 !> HoprVersion saved in each hdf5 file with hdf5 header
INTEGER,PARAMETER :: HoprVersionInt = PatchVersion+MinorVersion*100+MajorVersion*10000 !> Hopr version number saved in each hdf5 file with hdf5 header
CHARACTER(LEN=10) :: HoprVersionStr !> Hopr version string saved in each hdf5 file with hdf5 header
Expand Down

0 comments on commit dfd1e28

Please sign in to comment.