diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-09-19 01:58:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-09-19 01:58:03 +0200 |
commit | 6c0317dbdf32794d29463e7559e6fb7bd57da8b3 (patch) | |
tree | 8cd5b8a79f6d0d743889a7f6e784d9302c0d054e | |
parent | ab6ed0683f9834eb4a305a64cc197ae4e9e02fcf (diff) |
build-sys: bump soname for releasev0.9.18
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index adf5d90a..e75378e2 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 16) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [10:0:10]) +AC_SUBST(LIBPULSE_VERSION_INFO, [11:0:11]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z |