From cefd7588463b254260f50ed50692a1583604f07c Mon Sep 17 00:00:00 2001 From: jeffser Date: Tue, 15 Oct 2024 21:46:27 -0600 Subject: [PATCH] Preparing for 2.7.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 24b6e1a..f1d7876 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '2.6.5', + version: '2.7.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )