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

meson: bump version for 0.3.0 RC1

parent c8b11fad
No related branches found
No related tags found
No related merge requests found
project('wireplumber', ['c', 'cpp'],
version : '0.2.90',
version : '0.2.95',
license : 'MIT',
meson_version : '>= 0.51.0',
default_options : [
......@@ -9,7 +9,7 @@ project('wireplumber', ['c', 'cpp'],
]
)
wireplumber_api_version = '0.1'
wireplumber_api_version = '0.3'
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