From b212ecc7a64021679df8ce40adb8bce615f71aab Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 19 Jul 2020 12:58:26 +0200 Subject: [PATCH] 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')