summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-01-23 12:05:52 +0200
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-01-23 12:12:59 +0200
commit041f22ae131dfa1694ecdfdf11727ae747ab57ec (patch)
tree7aa4f918cbbfc79face3e3d2ca37912b55624827
parent9839ad492f04e33f7959dca03a74d3ab569d4339 (diff)
build-sys: Bump sonamesv4.99.1
The bigger than usual bump in libpulse-simple was warranted by the change in pa_simple_flush() that allows also record streams to be flushed. There are no changes to the function signature, but it's in practice a change in the ABI anyway, because new clients using the new possibility won't work with older versions of the library. libpulse-mainloop-glib got a bug fix in commit 68156d3f79b67c77f88050e6c9de180698377c64.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 64ab9faa0..1d4555ba5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,15 +45,15 @@ AC_SUBST(PA_PROTOCOL_VERSION, 29)
# The stable ABI for client applications, for the version info x:y:z
# always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [16:2:16])
+AC_SUBST(LIBPULSE_VERSION_INFO, [17:0:17])
# A simplified, synchronous, ABI-stable interface for client
# applications, for the version info x:y:z always will hold y=z
-AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:4:0])
+AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [1:0:1])
# The ABI-stable GLib adapter for client applications, for the version
# info x:y:z always will hold y=z
-AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:4:0])
+AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:5:0])
AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])