From 03332d2f4617b4d7231d44014a8e9644afab6d46 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sat, 14 Nov 2020 12:18:04 +0100 Subject: [PATCH] set version to 0.7.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index db6f0bc..4050499 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('webfused', 'c', 'cpp', version: '0.6.0', license: 'LGPL-3.0+', +project('webfused', 'c', 'cpp', version: '0.7.0', license: 'LGPL-3.0+', default_options: ['c_std=gnu99', 'cpp_std=gnu++14']) without_tests = get_option('without_tests')