aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2021-10-19 08:38:14 +0200
committerMichael Stapelberg <michael@stapelberg.de>2021-10-19 08:38:14 +0200
commit2472f8b8b467b133bf53916ec30bd8051b55d48d (patch)
tree5d6fa2b23ffcfd343caf4df77b2b0637835b1286 /meson.build
parentd216a5c9d3298ef6fb3109547bfda43ea18b6cb7 (diff)
downloadi3-2472f8b8b467b133bf53916ec30bd8051b55d48d.tar.gz
i3-2472f8b8b467b133bf53916ec30bd8051b55d48d.zip
Restore non-git version suffix
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index eb02f369..5c3410da 100644
--- a/meson.build
+++ b/meson.build
@@ -63,7 +63,7 @@ config_h = declare_dependency(
sources: vcs_tag(
input: config_h_in,
output: 'config.h',
- fallback: meson.project_version() + ' (2021-10-19)',
+ fallback: meson.project_version() + '-non-git',
)
)