From 9c8eeaab9629b5d241b1092a3398fe6351c259cd Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 7 Feb 2024 20:41:08 +0900 Subject: [PATCH] bump up version 0.12.5 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d46eb560..992585df 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.12.4', + version : '0.12.5', license : 'MIT') config_h = configuration_data()