change meson version to 3.2.0

This commit is contained in:
Jonathan Guzmán 2022-12-07 20:45:40 -06:00
parent 02d43dc4f1
commit d639f6b86c
No known key found for this signature in database
GPG Key ID: C2956F1668BA042A

View File

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