mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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.])
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ pa_protocol_version = 34
|
|||
|
||||
# The stable ABI for client applications, for the version info x:y:z
|
||||
# always will hold x=z
|
||||
libpulse_version_info = [21, 2, 21]
|
||||
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
|
||||
|
|
@ -31,7 +31,7 @@ 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
|
||||
libpulse_mainloop_glib_version_info = [0, 5, 0]
|
||||
libpulse_mainloop_glib_version_info = [0, 6, 0]
|
||||
|
||||
libpulse_version = '@0@.@1@.@2@'.format(
|
||||
libpulse_version_info[0] - libpulse_version_info[2],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue