Update the tinyendian ersion number. Update the D-YAML version number.

This commit is contained in:
Russel Winder 2018-06-22 12:13:32 +01:00
parent 8e0ca41eb5
commit cb9e1eecf9

View file

@ -1,7 +1,7 @@
project('D-YAML', 'd',
meson_version: '>=0.40.0',
subproject_dir: 'contrib',
version: '0.6.5'
version: '0.7.0'
)
project_soversion = '0'
@ -47,7 +47,7 @@ dyaml_src = [
]
install_subdir('source/dyaml', install_dir: 'include/d/yaml/')
tinyendian_dep = dependency('tinyendian', version: '>=0.1.2', fallback: ['tinyendian', 'tinyendian_dep'])
tinyendian_dep = dependency('tinyendian', version: '>=0.2.0', fallback: ['tinyendian', 'tinyendian_dep'])
dyaml_lib = library('dyaml',
[dyaml_src],