mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-19 09:10:42 +02:00
meson: bump version to 0.4.80 and API version to 0.5
This commit is contained in:
parent
982bebe5aa
commit
5ce80a0528
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
project('wireplumber', ['c'],
|
||||
version : '0.4.14',
|
||||
version : '0.4.80',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.59.0',
|
||||
default_options : [
|
||||
|
|
@ -8,7 +8,7 @@ project('wireplumber', ['c'],
|
|||
]
|
||||
)
|
||||
|
||||
wireplumber_api_version = '0.4'
|
||||
wireplumber_api_version = '0.5'
|
||||
wireplumber_so_version = '0'
|
||||
|
||||
wireplumber_headers_dir = get_option('includedir') / 'wireplumber-' + wireplumber_api_version / 'wp'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue