From ef8a302d6b079fa425c802f87c9778e1d2f6b542 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 14 Feb 2020 05:07:56 -0500 Subject: [PATCH] build: Bump soversion for libpulse No interface changes, but minor implementation change via a fix for when contexts are freed. --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d1d0878ab..0ac5651fb 100644 --- a/configure.ac +++ b/configure.ac @@ -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 x=z -AC_SUBST(LIBPULSE_VERSION_INFO, [21:1:21]) +AC_SUBST(LIBPULSE_VERSION_INFO, [21:2:21]) # 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 e24eccc28..88394e4b9 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ pa_protocol_version = 33 # The stable ABI for client applications, for the version info x:y:z # always will hold x=z -libpulse_version_info = [21, 1, 21] +libpulse_version_info = [21, 2, 21] # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold x=z