Skip to content
Snippets Groups Projects
Commit 39353082 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

meson: bump project & API versions

parent ea0b9607
No related branches found
No related tags found
No related merge requests found
project('wireplumber', ['c', 'cpp'],
version : '0.3.0',
version : '0.3.50',
license : 'MIT',
meson_version : '>= 0.51.0',
default_options : [
......@@ -9,7 +9,7 @@ project('wireplumber', ['c', 'cpp'],
]
)
wireplumber_api_version = '0.3'
wireplumber_api_version = '0.4'
wireplumber_so_version = '0'
wireplumber_headers_dir = join_paths(get_option('includedir'), 'wireplumber-' + wireplumber_api_version, 'wp')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment