release i3 4.19.2

This commit is contained in:
Michael Stapelberg
2021-02-27 10:37:57 +01:00
parent 0e1a828003
commit ddebebd26b
2 changed files with 6 additions and 8 deletions

View File

@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.19.1',
version: '4.19.2',
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-02-27)',
)
)