summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2019-09-01 13:05:10 +0530
committerArun Raghavan <arun@arunraghavan.net>2019-09-01 13:05:10 +0530
commitfb530e0f3b2e36cfd28fb975237144d083419044 (patch)
treedd621dc0b027609faa5c0066ae9cfc398269263e
parent56187cbf020f06ce4b6a6b92457320950205ef9f (diff)
build-sys: Bump version info for libpulsev12.99.3
Minor implementation change since last release (we now load X11 properties only for SSH connections).
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0b31f2c94..c56bbf04a 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, [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
diff --git a/meson.build b/meson.build
index abe401968..45df103f0 100644
--- a/meson.build
+++ b/meson.build
@@ -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