1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

Merge pull request #10 from falk-werner/remove_fixed_meson_version

Remove fixed meson version
This commit is contained in:
Falk Werner 2020-10-14 17:37:01 +02:00 committed by GitHub
commit 7d5e4be311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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') without_tests = get_option('without_tests')