mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
build: Bump soversion for libpulse
No interface changes, but minor implementation change via a fix for when contexts are freed.
This commit is contained in:
parent
5d70f1226b
commit
ef8a302d6b
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 33)
|
||||||
|
|
||||||
# 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 x=z
|
# always will hold x=z
|
||||||
AC_SUBST(LIBPULSE_VERSION_INFO, [21:1:21])
|
AC_SUBST(LIBPULSE_VERSION_INFO, [21:2:21])
|
||||||
|
|
||||||
# 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 x=z
|
# applications, for the version info x:y:z always will hold x=z
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ pa_protocol_version = 33
|
||||||
|
|
||||||
# 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 x=z
|
# always will hold x=z
|
||||||
libpulse_version_info = [21, 1, 21]
|
libpulse_version_info = [21, 2, 21]
|
||||||
|
|
||||||
# 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 x=z
|
# applications, for the version info x:y:z always will hold x=z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue