mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
build-sys: Bump sonames
libpulse-simple changed this time as well (addition of hole-handling).
This commit is contained in:
parent
11d8da83d4
commit
1ffbb323c6
1 changed files with 2 additions and 6 deletions
|
|
@ -44,15 +44,11 @@ AC_SUBST(PA_PROTOCOL_VERSION, 28)
|
||||||
|
|
||||||
# The stable ABI for client applications, for the version info x:y:z
|
# The stable ABI for client applications, for the version info x:y:z
|
||||||
# always will hold y=z
|
# always will hold y=z
|
||||||
AC_SUBST(LIBPULSE_VERSION_INFO, [15:3:15])
|
AC_SUBST(LIBPULSE_VERSION_INFO, [16:0:16])
|
||||||
|
|
||||||
# A simplified, synchronous, ABI-stable interface for client
|
# A simplified, synchronous, ABI-stable interface for client
|
||||||
# applications, for the version info x:y:z always will hold y=z
|
# applications, for the version info x:y:z always will hold y=z
|
||||||
AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:3:0])
|
AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:4:0])
|
||||||
|
|
||||||
# The ABI-stable network browsing interface for client applications,
|
|
||||||
# for the version info x:y:z always will hold y=z
|
|
||||||
AC_SUBST(LIBPULSE_BROWSE_VERSION_INFO, [1:1:1])
|
|
||||||
|
|
||||||
# The ABI-stable GLib adapter for client applications, for the version
|
# The ABI-stable GLib adapter for client applications, for the version
|
||||||
# info x:y:z always will hold y=z
|
# info x:y:z always will hold y=z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue