From ba5fc933d8b7fd145717da7df30c55b636b9f4cc Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Fri, 1 Dec 2023 11:35:43 +0100 Subject: [PATCH] Philippe 01/12/2023: version.f90: 5.6.x -> 5.7.0 --- 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 9451e48ac..1b79798e5 100644 --- a/src/MNH/version.f90 +++ b/src/MNH/version.f90 @@ -1,4 +1,4 @@ -!MNH_LIC Copyright 2002-2022 CNRS, Meteo-France and Universite Paul Sabatier +!MNH_LIC Copyright 2002-2023 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. @@ -43,10 +43,10 @@ USE MODD_CONF, ONLY : NMNHVERSION,NMASDEV,NBUGFIX,CBIBUSER IMPLICIT NONE ! NMNHVERSION(1)=5 -NMNHVERSION(2)=6 -NMNHVERSION(3)=1 -NMASDEV=56 -NBUGFIX=1 +NMNHVERSION(2)=7 +NMNHVERSION(3)=0 +NMASDEV=57 +NBUGFIX=0 CBIBUSER='' ! END SUBROUTINE VERSION -- GitLab