diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2020-07-11 15:17:11 +0300 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2020-07-11 15:17:11 +0300 |
commit | 0e691b96640919b1c7ed91ae9240761c5775deeb (patch) | |
tree | d77c79439efb224308ecb69ff436439872118884 | |
parent | 18bfbd1e1c663825a35b33e6d8c56f24b0b2ef3d (diff) |
build-sys: meson: bump protocol version
This was forgotten in commit 861836c5f72de32ec0debcf8fc3a76c4e2c014e6.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |