diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-07-28 01:43:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-07-28 01:43:33 +0200 |
commit | f8873ab82bee230ec7d0c3a858f8a8b07bc6dddd (patch) | |
tree | 70f0a209cfcfdba019c2f385d7138fee668b2ae1 | |
parent | 115d8532832163f29a076a67086b35a2bcfc0f48 (diff) |
build-sys: bump binary versionv0.9.16-test3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 18007357..08c1ef3a 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, [8:0:8]) +AC_SUBST(LIBPULSE_VERSION_INFO, [9:0:9]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z |