From 825c1ab9592c33e79edbe7887612b6022a4ce856 Mon Sep 17 00:00:00 2001 From: Mira Grudzinska Date: Thu, 16 Jan 2025 23:39:58 +0100 Subject: [PATCH] bump up version v0.15.9 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 724000fd..a7c6c121 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.8', + version : '0.15.9', license : 'MIT') config_h = configuration_data()