mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: Bump soname
We dropped pa_format_info_free2 as an exposed symbol, but this was never exposed via headers, so not counting this as ABI change.
This commit is contained in:
parent
19a7c6e49b
commit
dbe7bd6677
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 28)
|
|||
|
||||
# The stable ABI for client applications, for the version info x:y:z
|
||||
# always will hold y=z
|
||||
AC_SUBST(LIBPULSE_VERSION_INFO, [16:0:16])
|
||||
AC_SUBST(LIBPULSE_VERSION_INFO, [16:1:16])
|
||||
|
||||
# A simplified, synchronous, ABI-stable interface for client
|
||||
# applications, for the version info x:y:z always will hold y=z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue