From 61360cf6db0a05a8dd2ebdcc44d4cbbc315692ec Mon Sep 17 00:00:00 2001 From: Mira Grudzinska Date: Wed, 12 Mar 2025 19:22:47 +0100 Subject: [PATCH] bump up version v0.15.11 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index be1be34c..4a922f1b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('thorvg', 'cpp', default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=3', 'cpp_std=c++14', 'strip=true'], - version : '0.15.10', + version : '0.15.11', license : 'MIT') config_h = configuration_data()