From 20f82982b096425800e1f7d40f1c17a5c17baac2 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 31 May 2024 11:05:03 +0900 Subject: [PATCH] bump up version v0.13.6 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e2a1f346..ff15b092 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', 'strip=true'], - version : '0.13.5', + version : '0.13.6', license : 'MIT') config_h = configuration_data()