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-18 12:23:17 +0530 |
commit | c4655d10c6c11eec6dc472c0d04085f285d01bdd (patch) | |
tree | 7dbb6355d1603119ddf56f74f734045628d18487 | |
parent | 7af7c98756902a32f988c00de8c1aac18c1e79eb (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 |