Skip to content

Commit 23a16ed

Browse files
authored
Merge pull request #424 Set Meson version to 3.3.0 from ninjaoflight/patch-1
2 parents 0e2994a + 3df13bf commit 23a16ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
# SQLiteCpp requires C++11 support
44
default_options: ['cpp_std=c++11', 'warning_level=3'],
55
license: 'MIT',
6-
version: '3.2.1',
6+
version: '3.3.0',
77
)
88

99
cxx = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)