release: bump up version v0.15

set dev mode for the next 1.0 release
This commit is contained in:
Hermet Park 2024-10-04 11:05:57 +09:00 committed by Hermet Park
parent 3afb7be255
commit 1b599d82c4

View file

@ -1,7 +1,7 @@
project('thorvg', project('thorvg',
'cpp', 'cpp',
default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=3', 'cpp_std=c++14', 'strip=true'], default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=3', 'cpp_std=c++14', 'strip=true'],
version : '0.14.99', version : '1.0.0',
license : 'MIT') license : 'MIT')
config_h = configuration_data() config_h = configuration_data()