release i3 4.19
This commit is contained in:
@ -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)',
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user