mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
build-sys: Bump libpulse soversion
We've added new API and updated an enum. A bunch of function parameters have been marked as const, but this probably shouldn't count as a change anyway.
This commit is contained in:
parent
2ed4f388de
commit
b427dfcd06
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 33)
|
|||
|
||||
# The stable ABI for client applications, for the version info x:y:z
|
||||
# always will hold y=z
|
||||
AC_SUBST(LIBPULSE_VERSION_INFO, [20:3:20])
|
||||
AC_SUBST(LIBPULSE_VERSION_INFO, [21:0:21])
|
||||
|
||||
# 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