release i3 4.22

This commit is contained in:
Michael Stapelberg
2023-01-02 09:39:00 +01:00
parent ab6f1fd160
commit b85da284a7
3 changed files with 57 additions and 46 deletions

View File

@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.21.1',
version: '4.22',
default_options: [
'c_std=c11',
'warning_level=1', # enable all warnings (-Wall)
@ -63,7 +63,7 @@ config_h = declare_dependency(
sources: vcs_tag(
input: config_h_in,
output: 'config.h',
fallback: meson.project_version() + '-non-git',
fallback: meson.project_version() + ' (2023-01-02)',
)
)