From 2207c8ce5e28f566d90ad0ba74afa3fb0ff49f5d Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 1 Nov 2024 17:38:49 +0900 Subject: [PATCH] bump up version v0.15.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 042150d3..c23be9fa 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.2', + version : '0.15.3', license : 'MIT') config_h = configuration_data()