bump up version v0.14.4

This commit is contained in:
Hermet Park 2024-07-26 11:26:46 +09:00
parent 84475df8ab
commit ece447895a

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