release i3 4.19

This commit is contained in:
Michael Stapelberg
2020-11-15 18:23:00 +01:00
parent 93d3f9cc6a
commit 969e6bc8c4
3 changed files with 42 additions and 41 deletions

View File

@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.18.1',
version: '4.19',
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() + ' (2020-11-15)',
)
)