Merge pull request #174 from russel/rw_meson_build
Update the tinyendian ersion number. Update the D-YAML version number. merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
eed2b54d99
|
@ -1,7 +1,7 @@
|
||||||
project('D-YAML', 'd',
|
project('D-YAML', 'd',
|
||||||
meson_version: '>=0.40.0',
|
meson_version: '>=0.40.0',
|
||||||
subproject_dir: 'contrib',
|
subproject_dir: 'contrib',
|
||||||
version: '0.6.5'
|
version: '0.7.0'
|
||||||
)
|
)
|
||||||
|
|
||||||
project_soversion = '0'
|
project_soversion = '0'
|
||||||
|
@ -47,7 +47,7 @@ dyaml_src = [
|
||||||
]
|
]
|
||||||
install_subdir('source/dyaml', install_dir: 'include/d/yaml/')
|
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_lib = library('dyaml',
|
||||||
[dyaml_src],
|
[dyaml_src],
|
||||||
|
|
Loading…
Reference in a new issue