diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-07-18 12:23:17 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-07-19 17:07:57 +0530 |
commit | 8c34ed7e3bc626fee51b5c07dcd38f8da6f42dd6 (patch) | |
tree | 4b7f618498c87ae98c62cefc21e8f00fb709238b | |
parent | cd96e2c4e9cf770574b47ac9ce46c2d7478461dd (diff) |
build: Bump soname
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1936d7c2..a78098c1 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 26) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [14:2:14]) +AC_SUBST(LIBPULSE_VERSION_INFO, [14:3:14]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z |