From 51b35224a94cb418eb65b6c768fceba22995f39c Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Thu, 17 Dec 2020 13:47:09 +0100 Subject: [PATCH] Philippe 17/12/2020: set MNHVERSION to 5.4.4 --- src/MNH/version.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MNH/version.f90 b/src/MNH/version.f90 index 3648f9344..510c9701e 100644 --- a/src/MNH/version.f90 +++ b/src/MNH/version.f90 @@ -1,4 +1,4 @@ -!MNH_LIC Copyright 2002-2019 CNRS, Meteo-France and Universite Paul Sabatier +!MNH_LIC Copyright 2002-2020 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 for details. version 1. @@ -44,9 +44,9 @@ IMPLICIT NONE ! NMNHVERSION(1)=5 NMNHVERSION(2)=4 -NMNHVERSION(3)=3 +NMNHVERSION(3)=4 NMASDEV=54 -NBUGFIX=3 +NBUGFIX=4 CBIBUSER='' ! END SUBROUTINE VERSION -- GitLab