release i3 4.20.1

This commit is contained in:
Michael Stapelberg
2021-11-03 09:23:07 +01:00
parent 6fe33394e1
commit b952e74145
3 changed files with 29 additions and 95 deletions

View File

@@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.20',
version: '4.20.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() + ' (2021-11-03)',
)
)