From: Arun Raghavan Date: Mon, 15 Apr 2013 18:03:13 +0000 (+0530) Subject: build-sys: Bump sonames X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/1ffbb323c676ea95818b31fa0616b11e48219f1c build-sys: Bump sonames libpulse-simple changed this time as well (addition of hole-handling). --- diff --git a/configure.ac b/configure.ac index 6a45c124..c8161a47 100644 --- a/configure.ac +++ b/configure.ac @@ -44,15 +44,11 @@ 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, [15:3:15]) +AC_SUBST(LIBPULSE_VERSION_INFO, [16:0:16]) # 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:3:0]) - -# The ABI-stable network browsing interface for client applications, -# for the version info x:y:z always will hold y=z -AC_SUBST(LIBPULSE_BROWSE_VERSION_INFO, [1:1:1]) +AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:4:0]) # The ABI-stable GLib adapter for client applications, for the version # info x:y:z always will hold y=z