From 0e691b96640919b1c7ed91ae9240761c5775deeb Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sat, 11 Jul 2020 15:17:11 +0300 Subject: build-sys: meson: bump protocol version This was forgotten in commit 861836c5f72de32ec0debcf8fc3a76c4e2c014e6. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 63216bc1c..b055a92c8 100644 --- a/meson.build +++ b/meson.build @@ -19,7 +19,7 @@ endif pa_version_major_minor = pa_version_major + '.' + pa_version_minor pa_api_version = 12 -pa_protocol_version = 33 +pa_protocol_version = 34 # The stable ABI for client applications, for the version info x:y:z # always will hold x=z -- cgit v1.2.3