meson.build: increment protocol version to 0.23

This commit is contained in:
Max Kellermann 2020-10-16 17:46:45 +02:00
parent b611b1824a
commit 08360e401d
1 changed files with 1 additions and 1 deletions

View File

@ -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()