From 0ce09507aac8ee31724db7e7c276e4af0afe9701 Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Thu, 8 Oct 2020 15:30:34 +0200 Subject: [PATCH] Philippe 08/10/2020: change MNHVERSION to 5.5.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 3648f9344..8a7e34081 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. @@ -43,10 +43,10 @@ USE MODD_CONF, ONLY : NMNHVERSION,NMASDEV,NBUGFIX,CBIBUSER IMPLICIT NONE ! NMNHVERSION(1)=5 -NMNHVERSION(2)=4 -NMNHVERSION(3)=3 -NMASDEV=54 -NBUGFIX=3 +NMNHVERSION(2)=5 +NMNHVERSION(3)=0 +NMASDEV=55 +NBUGFIX=0 CBIBUSER='' ! END SUBROUTINE VERSION -- GitLab