From 3f6eb652cba802227f292c207ba9f00a2e4321d7 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 2 Mar 2011 01:38:38 +0530 Subject: introspect: Client-side implementation for has_volume/read_only_volume This completes the client-side changes to the protocol extension introduced by commit 99ddca89cdca9b0b92ab9870764f9211e6a82e31 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 21dae308..2171089b 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_SUBST(PA_MAJORMINOR, pa_major.pa_minor) AC_SUBST(PACKAGE_URL, [http://pulseaudio.org/]) AC_SUBST(PA_API_VERSION, 12) -AC_SUBST(PA_PROTOCOL_VERSION, 19) +AC_SUBST(PA_PROTOCOL_VERSION, 20) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -- cgit