mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-28 22:10:05 +01:00
meson: bump version for 0.3.0 RC1
This commit is contained in:
parent
c8b11fad42
commit
e1139fcf04
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue