From 62deab21a3b0e0043b17f8a217ae1a2f23da9afb Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 21 Feb 2022 12:10:32 -0500 Subject: [PATCH] build-sys: Bump libpulse soversion for 16.0 Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index af921e7b4..3ae7ac69a 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 = [24, 0, 24] +libpulse_version_info = [24, 1, 24] # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z