From 59198d27353de01006de7b02f5ad41682c06c559 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sun, 6 Jun 2021 17:12:41 +0900 Subject: [PATCH] infra: set higher version to try the devel symbols with higher priority than released ones. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 264de533..71ed6917 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('thorvg', 'cpp', default_options : ['buildtype=debugoptimized', 'werror=false', 'optimization=s'], - version : '0.1.0', + version : '0.1.99', license : 'MIT') config_h = configuration_data()