build-sys: Bump version info for libpulse

Minor implementation change since last release (we now load X11
properties only for SSH connections).
This commit is contained in:
Arun Raghavan 2019-09-01 13:05:10 +05:30
parent 56187cbf02
commit fb530e0f3b
2 changed files with 2 additions and 2 deletions

View file

@ -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, [21:0:21])
AC_SUBST(LIBPULSE_VERSION_INFO, [21:1:21])
# A simplified, synchronous, ABI-stable interface for client
# applications, for the version info x:y:z always will hold y=z

View file

@ -23,7 +23,7 @@ pa_protocol_version = 33
# The stable ABI for client applications, for the version info x:y:z
# always will hold y=z
libpulse_version_info = [21, 0, 21]
libpulse_version_info = [21, 1, 21]
# A simplified, synchronous, ABI-stable interface for client
# applications, for the version info x:y:z always will hold y=z