1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +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
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')