From e253f0f71631e78bf00b3f578b54149254d5dc53 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 30 Aug 2024 01:06:17 +0900 Subject: [PATCH] bump up version v0.14.8 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1700c9d7..378c7539 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.14.7', + version : '0.14.8', license : 'MIT') config_h = configuration_data()