From cb9e1eecf9e17af6f6ff5dcaf02bae55474025e7 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Fri, 22 Jun 2018 12:13:32 +0100 Subject: [PATCH] Update the tinyendian ersion number. Update the D-YAML version number. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 1b4c844..49601f7 100644 --- a/meson.build +++ b/meson.build @@ -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],