infra: set higher version to try the devel symbols with higher priority than released ones.

This commit is contained in:
Hermet Park 2021-06-06 17:12:41 +09:00
parent f8b636d4d0
commit 59198d2735

View file

@ -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()