From f8c2f4c1c23a3a187a9cf78a9dc996b25695ebd4 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 17 May 2021 11:32:35 -0400 Subject: [PATCH] build-sys: Bump libpulse soversion Lots of changes, particularly related to the messaging API. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9fbdda1..18fc869 100644 --- a/meson.build +++ b/meson.build @@ -25,7 +25,7 @@ pa_protocol_version = 35 # The stable ABI for client applications, for the version info x:y:z # always will hold x=z -libpulse_version_info = [23, 0, 23] +libpulse_version_info = [24, 0, 24] # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z -- 2.7.4