diff --git a/meson.build b/meson.build index 25bc0f8b750343c50a0d37dffd35a50228e8360b..af85c92d7c27f3ac30c2c9c261811465e917de05 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.1', + version : '6.2', # 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')