Skip to content

Commit

Permalink
Merge pull request #424 Set Meson version to 3.3.0 from ninjaoflight/…
Browse files Browse the repository at this point in the history
…patch-1
  • Loading branch information
SRombauts authored May 29, 2023
2 parents 0e2994a + 3df13bf commit 23a16ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 23a16ed

Please sign in to comment.