From b212ecc7a64021679df8ce40adb8bce615f71aab Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 19 Jul 2020 12:58:26 +0200 Subject: [PATCH 1/2] set version to 0.6.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e3796ee..c221c21 100644 --- a/meson.build +++ b/meson.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') From 1660f74f7afde9376dbd306ffa0cae25d5c6c8aa Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Wed, 14 Oct 2020 17:20:56 +0200 Subject: [PATCH 2/2] chore: removed fixed meson version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f20655d..79d18ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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