diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-17 10:54:16 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-17 10:54:16 +0530 |
commit | 9b0dff3a58b81309438eb1164507839136d24030 (patch) | |
tree | e06a3a0c19f4d0aac46004bf3da500738402f415 | |
parent | 87e89ac4eb4227e6b50a8dd4afa9da519ec861f8 (diff) |
build-sys: Bump soname
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4590a552..595d2965 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 27) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [15:0:15]) +AC_SUBST(LIBPULSE_VERSION_INFO, [15:1:15]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z |