aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-06-07 12:55:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-06-07 12:55:20 +0200
commit1ad19aeb7ee6b6b8446d6262543cd31d9215df4f (patch)
treed686bc857e75d02bf77a89dc556ad5c629be6ad5 /Makefile
parent3909adb5c88bc6b60a164733c18ae2cfd15e6473 (diff)
downloadvis-1ad19aeb7ee6b6b8446d6262543cd31d9215df4f.tar.gz
vis-1ad19aeb7ee6b6b8446d6262543cd31d9215df4f.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 25b397a..57f86ad 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1)
DOCUMENTATION = LICENSE README.md
-VERSION = v0.6
+VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.6-git")
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1