mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: increment apiversion
There are ABI breaking changes in libpipewire.
This commit is contained in:
parent
7104df1b21
commit
f80620f1f8
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ else
|
|||
endif
|
||||
|
||||
spaversion = '0.1'
|
||||
apiversion = '0.2'
|
||||
soversion = 1
|
||||
apiversion = '0.3'
|
||||
soversion = 0
|
||||
libversion = '@0@.@1@.0'.format(soversion, pipewire_version_minor.to_int() * 100 + pipewire_version_micro.to_int())
|
||||
|
||||
prefix = get_option('prefix')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue