From c4d547c148b7f9822f44346656d0133de1940a72 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 6 Apr 2024 15:13:35 +0900 Subject: [PATCH] infra: bumped up version v0.13, set it dev mode. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 40a752c1..a102b957 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.99', + version : '0.13.99', license : 'MIT') config_h = configuration_data()