build-sys: Bump libpulse soversion v14.0
authorArun Raghavan <arun@asymptotic.io>
Mon, 23 Nov 2020 18:22:25 +0000 (13:22 -0500)
committerArun Raghavan <arun@asymptotic.io>
Mon, 23 Nov 2020 18:24:03 +0000 (13:24 -0500)
This is because we reverted the previous API breaking change to the
meaning of the pa_mainloop_prepare() timeout argument.

configure.ac
meson.build

index 78f4958..a519e63 100644 (file)
@@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 34)
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold x=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [22:0:22])
+AC_SUBST(LIBPULSE_VERSION_INFO, [23:0:23])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold x=z
index 86af724..658eeee 100644 (file)
@@ -23,7 +23,7 @@ pa_protocol_version = 34
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold x=z
-libpulse_version_info = [22, 0, 22]
+libpulse_version_info = [23, 0, 23]
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold x=z