From 4c964d8074dc242a8681209598ac1f142f5a3420 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sat, 12 Sep 2015 16:23:03 +0300 Subject: [PATCH] build-sys: bump sonames There were a couple of bug fixes to libpulse since 6.99.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 093e8d8..fa8ea1c 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 30) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [18:1:18]) +AC_SUBST(LIBPULSE_VERSION_INFO, [18:2:18]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z -- 2.7.4