From fb530e0f3b2e36cfd28fb975237144d083419044 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 1 Sep 2019 13:05:10 +0530 Subject: [PATCH] build-sys: Bump version info for libpulse Minor implementation change since last release (we now load X11 properties only for SSH connections). --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0b31f2c94..c56bbf04a 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 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 diff --git a/meson.build b/meson.build index abe401968..45df103f0 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 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 -- 2.34.1