diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-09-11 01:28:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-09-11 01:28:03 +0200 |
commit | 7e43371c1741e99a2bd11fc831c488d970661bc7 (patch) | |
tree | c842c352af8d475e01f09e6c898b2f352fe20614 /configure.ac | |
parent | a7ab04fd7c8bcec554188dffb9a522e995efab99 (diff) |
build-sys: increase library version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 40455e10..adf5d90a 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, [9:0:9]) +AC_SUBST(LIBPULSE_VERSION_INFO, [10:0:10]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z |