From 72256f9302b5530b56b8abb7c3fe4b1426c1cb8e Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Thu, 29 Dec 2016 15:46:53 +0200 Subject: [PATCH] build-sys: bump sonames There are no changes in the ABI. libpulse has received bug fixes, libpulse-simple and libpulse-mainloop-glib have no changes at all. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 95b599366..65a9ebaae 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 32) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [20:0:20]) +AC_SUBST(LIBPULSE_VERSION_INFO, [20:1:20]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z