diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2013-05-23 08:34:17 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2013-05-23 08:35:15 +0530 |
commit | dbe7bd6677720a4074b946ef9973a0dd2c083ac2 (patch) | |
tree | 7882718d377207407c6b2951302d92476ae08c41 | |
parent | 19a7c6e49b631ac5c19cdabafeb96683b0f93b51 (diff) |
build-sys: Bump sonamev3.99.2
We dropped pa_format_info_free2 as an exposed symbol, but this was never
exposed via headers, so not counting this as ABI change.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b1bd21ac6..2e3553710 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 |