mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
build-sys: Bump soversions
libpulse gets a full API bump due to the addition of availability groups, and libpulse-mainloop-glib gets a minor bump for implementation change.
This commit is contained in:
parent
c1a7e3c59d
commit
d0c3ef1a7d
2 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 34)
|
|||
|
||||
# The stable ABI for client applications, for the version info x:y:z
|
||||
# always will hold x=z
|
||||
AC_SUBST(LIBPULSE_VERSION_INFO, [21:2:21])
|
||||
AC_SUBST(LIBPULSE_VERSION_INFO, [22:0:22])
|
||||
|
||||
# A simplified, synchronous, ABI-stable interface for client
|
||||
# applications, for the version info x:y:z always will hold x=z
|
||||
|
|
@ -54,7 +54,7 @@ AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [1:1:1])
|
|||
|
||||
# The ABI-stable GLib adapter for client applications, for the version
|
||||
# info x:y:z always will hold x=z
|
||||
AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:5:0])
|
||||
AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:6:0])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue