release i3 4.21.1

This commit is contained in:
Michael Stapelberg
2022-10-24 21:22:50 +02:00
parent 3b9d70af41
commit 39afa033e4
3 changed files with 46 additions and 76 deletions

View File

@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.21',
version: '4.21.1',
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() + ' (2022-10-24)',
)
)