From d639f6b86ca9cf48118210929845285e7d36475c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Wed, 7 Dec 2022 20:45:40 -0600 Subject: [PATCH] change meson version to 3.2.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fb6f658..8f3da91 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( # SQLiteCpp requires C++11 support default_options: ['cpp_std=c++11'], license: 'MIT', - version: '3.1.1', + version: '3.2.0', ) cxx = meson.get_compiler('cpp')