From a16cbd58a00a2609fcac6bb29eebbf46641135e9 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 12 Oct 2024 12:46:29 +0900 Subject: [PATCH] bump up version v0.15.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 915cb5aa..c6b05fdd 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.0', + version : '0.15.1', license : 'MIT') config_h = configuration_data()