From d1e0594e939e3309435c966d994b0207b10f5175 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 23 Nov 2020 13:22:25 -0500 Subject: [PATCH] build-sys: Bump libpulse soversion This is because we reverted the previous API breaking change to the meaning of the pa_mainloop_prepare() timeout argument. --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 78f4958a6..a519e63d7 100644 --- a/configure.ac +++ b/configure.ac @@ -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, [22:0:22]) +AC_SUBST(LIBPULSE_VERSION_INFO, [23:0:23]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z diff --git a/meson.build b/meson.build index 86af7243e..658eeee57 100644 --- a/meson.build +++ b/meson.build @@ -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 = [22, 0, 22] +libpulse_version_info = [23, 0, 23] # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z