bump up version v0.14.0

This commit is contained in:
Hermet Park 2024-06-24 15:59:37 +09:00
parent a51c067894
commit ae4e9d003c

View file

@ -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.13.0',
version : '0.14.0',
license : 'MIT')
config_h = configuration_data()