From 20acdbc119648f8ae6438e7f3a18943b4c23e7d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 5 Feb 2024 16:10:07 +0100
Subject: [PATCH] Bump version number

[skip ci]
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 93269cbf..25bc0f8b 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # It is not used when building Dynare as a whole.
 
 project('dynare-preprocessor', 'cpp',
-        version : '6.0',
+        version : '6.1',
         # NB: update C++ standard in .clang-format whenever the following is modified
         default_options : [ 'cpp_std=gnu++20', 'warning_level=2' ],
         meson_version : '>=0.64.0')
-- 
GitLab