From e84b181da840f3d41200441a427f45b2f77e3deb Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 10 May 2023 11:04:12 +0900 Subject: [PATCH] released v0.9.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0fe521ea..9978b118 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'], - version : '0.8.99', + version : '0.9.99', license : 'MIT') config_h = configuration_data()