Update meson.build

This commit is contained in:
Jonathan Guzmán 2023-05-28 22:03:43 -06:00 committed by GitHub
parent 0e2994a00f
commit 3df13bfe0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')