Skip to content

Commit 0cea3e2

Browse files
authored
Bump patch level of FLEXPART.f90 version
1 parent 05b1310 commit 0cea3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FLEXPART.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ program flexpart
6161

6262
! FLEXPART version string
6363
flexversion_major = '10' ! Major version number, also used for species file names
64-
flexversion='Version '//trim(flexversion_major)//'.4.4 (2023-11-16)'
64+
flexversion='Version '//trim(flexversion_major)//'.4.5 (2025-05-21)'
6565
verbosity=0
6666

6767
! Read the pathnames where input/output files are stored

0 commit comments

Comments
 (0)