From 6723a147caad39bb76742ceeedf21cf2707c0351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 21 Dec 2023 16:06:00 +0100 Subject: [PATCH] Bump version number --- meson.build | 2 +- preprocessor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4eeb541bd8..6855c0c08a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('dynare', 'cpp', 'fortran', 'c', - version : '6-unstable', + version : '6.0', # NB: update C++ standard in .clang-format whenever the following is modified default_options : [ 'cpp_std=gnu++20', 'fortran_std=f2018', 'c_std=gnu17', 'warning_level=2' ], diff --git a/preprocessor b/preprocessor index 5fa91a08f6..2039cf610a 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 5fa91a08f68d04a8baac4f32dab9db62b5a3546f +Subproject commit 2039cf610ad7ace77fec0665bc11de86faab2128 -- GitLab