From a6b8bcc318eafa1c8ea3d2328e97a2a88692d81d Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Thu, 1 Aug 2019 16:33:08 +0200
Subject: [PATCH] Philippe 01/08/2019: change MNHVERSION to 5.4.3 (necessary
 due to changes in Z split files)

---
 src/MNH/version.f90 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/MNH/version.f90 b/src/MNH/version.f90
index e1a559f57..3648f9344 100644
--- a/src/MNH/version.f90
+++ b/src/MNH/version.f90
@@ -1,6 +1,6 @@
-!MNH_LIC Copyright 1994-2017 CNRS, Meteo-France and Universite Paul Sabatier
+!MNH_LIC Copyright 2002-2019 CNRS, Meteo-France and Universite Paul Sabatier
 !MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
-!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt  
+!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
 !MNH_LIC for details. version 1.
 !-----------------------------------------------------------------
 !     ##################
@@ -44,9 +44,9 @@ IMPLICIT NONE
 !
 NMNHVERSION(1)=5
 NMNHVERSION(2)=4
-NMNHVERSION(3)=2
-NMASDEV=54 
-NBUGFIX=2
+NMNHVERSION(3)=3
+NMASDEV=54
+NBUGFIX=3
 CBIBUSER=''
 !
 END SUBROUTINE VERSION
-- 
GitLab