Merge pull request #424 Set Meson version to 3.3.0 from ninjaoflight/patch-1

This commit is contained in:
Sébastien Rombauts 2023-05-29 20:23:44 +02:00 committed by GitHub
commit 23a16ed341
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')