Merge pull request #10 from falk-werner/remove_fixed_meson_version

Remove fixed meson version
pull/13/head
Falk Werner 4 years ago committed by GitHub
commit 7d5e4be311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ env:
before_install:
- sudo pip3 install --system 'meson==0.54.3'
- sudo pip3 install --system meson
before_script:
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build

@ -1,4 +1,4 @@
project('webfused', 'c', 'cpp', version: '0.5.0', license: 'LGPL-3.0+')
project('webfused', 'c', 'cpp', version: '0.6.0', license: 'LGPL-3.0+')
without_tests = get_option('without_tests')

Loading…
Cancel
Save