summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2019-07-04 14:19:33 +0530
committerArun Raghavan <arun@arunraghavan.net>2019-07-04 14:20:57 +0530
commitb427dfcd06f90d88b94a0287fccdc5b4d05e3d04 (patch)
tree4b1e79c29a897bbbe2c4a06c43bf7e2db76a12c8
parent2ed4f388de8171dcd1e3261baf3c7a45fb8f3f38 (diff)
downloadpulseaudio-b427dfcd06f90d88b94a0287fccdc5b4d05e3d04.tar.gz
build-sys: Bump libpulse soversion
We've added new API and updated an enum. A bunch of function parameters have been marked as const, but this probably shouldn't count as a change anyway.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79b82845b..0b31f2c94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 33)
# The stable ABI for client applications, for the version info x:y:z
# always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [20:3:20])
+AC_SUBST(LIBPULSE_VERSION_INFO, [21:0:21])
# A simplified, synchronous, ABI-stable interface for client
# applications, for the version info x:y:z always will hold y=z