From 91f72d995161eeb4b7448904fb129ad5f2109840 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 5 Jul 2020 11:32:14 +0200 Subject: [PATCH] increased version to 0.5.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6b39b0d..539cdc2 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('webfused', 'c', 'cpp', version: '0.4.0', license: 'LGPL-3.0+') +project('webfused', 'c', 'cpp', version: '0.5.0', license: 'LGPL-3.0+') without_tests = get_option('without_tests')