aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2020-11-15 18:23:15 +0100
committerMichael Stapelberg <michael@stapelberg.de>2020-11-15 18:23:15 +0100
commit8ac9a815f3a1df96691126ede513a2b8b2b2952f (patch)
tree18268ddc25df141f51fb48e4b1340a3c2f6f879b /meson.build
parent969e6bc8c4da6c236f5e13d40b57829629c378b1 (diff)
downloadi3-8ac9a815f3a1df96691126ede513a2b8b2b2952f.tar.gz
i3-8ac9a815f3a1df96691126ede513a2b8b2b2952f.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 11541e21..0bf023f2 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() + ' (2020-11-15)',
+ fallback: meson.project_version() + '-non-git',
)
)