From 8f53a32a8cbe92e4ef88c3f8e30571a0af5688f2 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Thu, 27 Aug 2015 19:02:23 +0300 Subject: [PATCH] build-sys: bump sonames In this release cycle, libpulse had some internal code changes, but no ABI changes. libpulse-simple and libpulse-mainloop-glib had no changes whatsoever. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e8a2de3ac..12512fcf8 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:0:18]) +AC_SUBST(LIBPULSE_VERSION_INFO, [18:1:18]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z