From 08360e401d4f9be61a62f9d8974b48f973e6dfab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 16 Oct 2020 17:46:45 +0200 Subject: [PATCH] meson.build: increment protocol version to 0.23 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6ecaf42c3..91896eb35 100644 --- a/meson.build +++ b/meson.build @@ -32,7 +32,7 @@ version_conf = configuration_data() version_conf.set_quoted('PACKAGE', meson.project_name()) version_conf.set_quoted('PACKAGE_NAME', meson.project_name()) version_conf.set_quoted('VERSION', meson.project_version()) -version_conf.set_quoted('PROTOCOL_VERSION', '0.22.0') +version_conf.set_quoted('PROTOCOL_VERSION', '0.23.0') configure_file(output: 'Version.h', configuration: version_conf) conf = configuration_data()