release i3 4.21

This commit is contained in:
Michael Stapelberg
2022-09-21 18:26:43 +02:00
parent 8ade46bdf0
commit 5bc4280a48
3 changed files with 76 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.20.1',
version: '4.21',
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-09-21)',
)
)