From 4e46a3f0b69340109c073d10b9309da42e636b12 Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Thu, 11 Jul 2024 09:39:41 +0200 Subject: [PATCH] Philippe 11/07/2024: update version of Meso-NH to 5.7.1 --- 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 1b79798e5..7b6835e3a 100644 --- a/src/MNH/version.f90 +++ b/src/MNH/version.f90 @@ -1,4 +1,4 @@ -!MNH_LIC Copyright 2002-2023 CNRS, Meteo-France and Universite Paul Sabatier +!MNH_LIC Copyright 2002-2024 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)=7 -NMNHVERSION(3)=0 +NMNHVERSION(3)=1 NMASDEV=57 -NBUGFIX=0 +NBUGFIX=1 CBIBUSER='' ! END SUBROUTINE VERSION -- GitLab