From 6f42007f29117c4028f269008a70913382dc5b15 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 2 Nov 2021 20:06:06 +0900 Subject: [PATCH] infra: just released v0.6.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d1b2d865..68f65c83 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('thorvg', 'cpp', default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=s', 'cpp_std=c++14'], - version : '0.5.99', + version : '0.6.99', license : 'MIT') config_h = configuration_data()