diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2013-04-15 23:33:13 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2013-04-16 16:28:17 +0530 |
commit | df645cfccb4c970dccc0b8d86bbaebfac1104c07 (patch) | |
tree | d41aa7850704ddb82b49686f0353eb4fbdf9bf7f | |
parent | c9648ecca41bf7d36a75334251ee31bcaa7d185f (diff) |
build-sys: Bump sonames
libpulse-simple changed this time as well (addition of hole-handling).
-rw-r--r-- | configure.ac | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 9125470f..13ca8a31 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 |