summaryrefslogtreecommitdiffstats
path: root/src/version
diff options
context:
space:
mode:
authorLouis Taylor <louis@kragniz.eu>2019-01-21 22:45:36 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-01-22 14:39:38 +0100
commitd1084aa2f803cdce6b3809dc9b7ec899251fd5dc (patch)
treeba74d5797b087e0f346c565a4ba1f2420ec7152d /src/version
parentMerge pull request #11501 from yuwata/fix-9426 (diff)
downloadsystemd-d1084aa2f803cdce6b3809dc9b7ec899251fd5dc.tar.xz
systemd-d1084aa2f803cdce6b3809dc9b7ec899251fd5dc.zip
meson: make version a dependency and use it in libbasic
This should hopefully ensure it gets generated before basic build happens. Fixes #11483.
Diffstat (limited to 'src/version')
-rw-r--r--src/version/version.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version/version.h.in b/src/version/version.h.in
new file mode 100644
index 0000000000..9f82d905a7
--- /dev/null
+++ b/src/version/version.h.in
@@ -0,0 +1 @@
+#define GIT_VERSION "@VCS_TAG@"