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:
Arun Raghavan 2020-09-20 18:43:05 -04:00
parent c1a7e3c59d
commit d0c3ef1a7d
2 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 34)
# 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:2:21]) AC_SUBST(LIBPULSE_VERSION_INFO, [22:0:22])
# 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
@ -54,7 +54,7 @@ AC_SUBST(LIBPULSE_SIMPLE_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 x=z # 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_CANONICAL_HOST
AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.]) AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])

View file

@ -23,7 +23,7 @@ pa_protocol_version = 34
# 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, 2, 21] libpulse_version_info = [22, 0, 22]
# 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
@ -31,7 +31,7 @@ libpulse_simple_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 x=z # 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 = '@0@.@1@.@2@'.format(
libpulse_version_info[0] - libpulse_version_info[2], libpulse_version_info[0] - libpulse_version_info[2],