From 49e63b96c7b151b073dea74ff5bc766921de3b31 Mon Sep 17 00:00:00 2001
From: Ignacio Pisso <ip@nilu.no>
Date: Fri, 7 Aug 2020 11:41:35 +0200
Subject: [PATCH] change version string to 10.4.1

---
 src/FLEXPART.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FLEXPART.f90 b/src/FLEXPART.f90
index 94dd7d30..cee2dbfc 100644
--- a/src/FLEXPART.f90
+++ b/src/FLEXPART.f90
@@ -61,7 +61,7 @@ program flexpart
 
   ! FLEXPART version string
   flexversion_major = '10' ! Major version number, also used for species file names
-  flexversion='Version '//trim(flexversion_major)//'.4 (2019-11-12)'
+  flexversion='Version '//trim(flexversion_major)//'.4.1 (2020-08-05)'
   verbosity=0
 
   ! Read the pathnames where input/output files are stored
-- 
GitLab