aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2020-11-15 18:23:00 +0100
committerMichael Stapelberg <michael@stapelberg.de>2020-11-15 18:23:00 +0100
commit969e6bc8c4da6c236f5e13d40b57829629c378b1 (patch)
tree869bd1ca3bebc53eb38e3eedf73973e139522375 /meson.build
parent93d3f9cc6adb58d295f4102c4fc5dba8399c9d1b (diff)
downloadi3-969e6bc8c4da6c236f5e13d40b57829629c378b1.tar.gz
i3-969e6bc8c4da6c236f5e13d40b57829629c378b1.zip
release i3 4.194.19
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 93855840..11541e21 100644
--- a/meson.build
+++ b/meson.build
@@ -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)',
)
)