[pulseaudio-commits] configure.ac
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Tue Jan 3 16:15:01 UTC 2017
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 72256f9302b5530b56b8abb7c3fe4b1426c1cb8e
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Thu Dec 29 15:46:53 2016 +0200
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.
diff --git a/configure.ac b/configure.ac
index 95b5993..65a9eba 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
More information about the pulseaudio-commits
mailing list