build-sys: Bump version info for libpulse v12.99.3
authorArun Raghavan <arun@arunraghavan.net>
Sun, 1 Sep 2019 07:35:10 +0000 (13:05 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Sun, 1 Sep 2019 07:35:10 +0000 (13:05 +0530)
Minor implementation change since last release (we now load X11
properties only for SSH connections).

configure.ac
meson.build

index 0b31f2c..c56bbf0 100644 (file)
@@ -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, [21:0:21])
+AC_SUBST(LIBPULSE_VERSION_INFO, [21:1:21])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z
index abe4019..45df103 100644 (file)
@@ -23,7 +23,7 @@ pa_protocol_version = 33
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold y=z
-libpulse_version_info = [21, 0, 21]
+libpulse_version_info = [21, 1, 21]
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z