From de3b9b823244e38dc77388a9f894ddb5910ab77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mang?= Date: Tue, 15 Feb 2022 23:12:06 +0100 Subject: [PATCH] Update protocol version to 0.24.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a5ae6f996..ba650c428 100644 --- a/meson.build +++ b/meson.build @@ -44,7 +44,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.23.5') +version_conf.set_quoted('PROTOCOL_VERSION', '0.24.0') configure_file(output: 'Version.h', configuration: version_conf) conf = configuration_data()