[pulseaudio-commits] configure.ac
Arun Raghavan
arun at kemper.freedesktop.org
Wed May 22 20:32:27 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dbe7bd6677720a4074b946ef9973a0dd2c083ac2
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Thu May 23 08:34:17 2013 +0530
build-sys: Bump soname
We dropped pa_format_info_free2 as an exposed symbol, but this was never
exposed via headers, so not counting this as ABI change.
diff --git a/configure.ac b/configure.ac
index b1bd21a..2e35537 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 28)
# The stable ABI for client applications, for the version info x:y:z
# always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [16:0:16])
+AC_SUBST(LIBPULSE_VERSION_INFO, [16:1:16])
# A simplified, synchronous, ABI-stable interface for client
# applications, for the version info x:y:z always will hold y=z
More information about the pulseaudio-commits
mailing list