aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-07-23 21:23:00 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-07-23 21:23:00 +0200
commit64502eeef6c00843edf392c2b8176ce0e169510a (patch)
treeeb34cef54e303a1e8ecd0c048c99c617ae9629ec /Makefile
parent0e29334f42caa0d76d60a34fbfe2296e1c5b52bf (diff)
downloadvis-64502eeef6c00843edf392c2b8176ce0e169510a.tar.gz
vis-64502eeef6c00843edf392c2b8176ce0e169510a.tar.xz
build: add git based version information back
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24627f3..2026c24 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1)
DOCUMENTATION = LICENSE README.md
-VERSION = v0.4
+VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.4-git")
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1