aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-10 15:33:21 +0200
committerJasper Van der Jeugt2020-08-10 15:33:21 +0200
commit35453c590cae70e917bbafa61389044cb8ee7373 (patch)
treeb7c9769ef107c0a2ab95b1577cb78eed5f3efee9 /config.mk
parentc4938ecf7e6b988bdfeaea56e367c5fbfc9dd858 (diff)
Include version info
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 63235ac..c31f939 100644
--- a/config.mk
+++ b/config.mk
@@ -1,3 +1,4 @@
CAFP_HOSTNAME=0.0.0.0
CAFP_PORT=8002
CAFP_BASE=/cafp
+CAFP_VERSION=$(shell git rev-parse HEAD | head -c8)