From 3df13bfe0c4161d3fc6e45af95962ab0e12f1f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Sun, 28 May 2023 22:03:43 -0600 Subject: [PATCH] Update meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 704e77fa..af8a5e03 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( # SQLiteCpp requires C++11 support default_options: ['cpp_std=c++11', 'warning_level=3'], license: 'MIT', - version: '3.2.1', + version: '3.3.0', ) cxx = meson.get_compiler('cpp')