aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2022-09-21 18:26:43 +0200
committerMichael Stapelberg <michael@stapelberg.de>2022-09-21 18:26:43 +0200
commit5bc4280a48b44f768a4467e12d44ba9b1bae3953 (patch)
tree4a69a1828ba871d61ce89285949284fdfe96279a /meson.build
parent8ade46bdf035f9385994307269326e7be5b6c366 (diff)
downloadi3-5bc4280a48b44f768a4467e12d44ba9b1bae3953.tar.gz
i3-5bc4280a48b44f768a4467e12d44ba9b1bae3953.zip
release i3 4.214.21
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 5c6a6198..2aeebd05 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
project(
'i3',
'c',
- version: '4.20.1',
+ version: '4.21',
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() + ' (2022-09-21)',
)
)