Commit 08360e40 authored by Max Kellermann's avatar Max Kellermann

meson.build: increment protocol version to 0.23

parent b611b182
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment