diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-11-11 05:32:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-11-11 05:32:24 +0100 |
commit | bff94c192d414db1b6ea4a8d7366fa818e9caf2e (patch) | |
tree | c4eeca42a9fe4100da5f10eefdab4730d947fbe3 | |
parent | 2c12df9001433b3701e2ee81a4248b2834a13552 (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 78234fc2..995f6585 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, [12:0:12]) +AC_SUBST(LIBPULSE_VERSION_INFO, [12:1:12]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z |