diff options
author | David Henningsson <david.henningsson@canonical.com> | 2011-11-25 15:17:14 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2011-11-26 16:58:37 +0200 |
commit | 47f28a584399b3a83602d5015fb734d52e58d808 (patch) | |
tree | d62cf94ecb8859268a4d5fc2d18d521ed57ed07a /configure.ac | |
parent | 0dced7f2758970b672b8f0d0409c57cddaaaca43 (diff) |
Notify port available status changes, and update protocol version
The recommended way of setting available status is to call
pa_device_port_set_available, which will send a subscription event
to the relevant card. It will also fire a hook.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
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 fa126f85..60ecd0bb 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_SUBST(PA_MINOR, pa_minor) AC_SUBST(PA_MAJORMINOR, pa_major.pa_minor) AC_SUBST(PA_API_VERSION, 12) -AC_SUBST(PA_PROTOCOL_VERSION, 24) +AC_SUBST(PA_PROTOCOL_VERSION, 25) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z |