Bump version in meson.build

I forgot to do this, but it's not used anywhere except when building
from a source tarball.
This commit is contained in:
Robbert van der Helm
2020-05-14 18:31:55 +02:00
parent 1fe38bcce6
commit a69ecd22ed
+1 -1
View File
@@ -1,7 +1,7 @@
project(
'yabridge',
'cpp',
version : '1.1.3',
version : '1.1.4',
default_options : ['warning_level=3', 'cpp_std=c++17', 'build.cpp_std=c++17']
)