diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-26 01:38:43 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-26 01:38:52 +0100 |
commit | 3a67ddeae70820d0d12badd284b243c36fb0d6c3 (patch) | |
tree | b853a9d326b82cf91448deb432c3a5ddf46c5a93 | |
parent | dad4b4e7428a7612a3f55af35ed5fe8da8f16236 (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 c2ff0666..dea8bb9c 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:2:12]) +AC_SUBST(LIBPULSE_VERSION_INFO, [12:3:12]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z |