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

set version to 0.7.0

This commit is contained in:
Falk Werner 2020-11-14 12:18:04 +01:00
parent e8f36edfce
commit 03332d2f46

View File

@ -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')