aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 384d89c..3d3539e 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ MANUALS = $(EXECUTABLES:=.1)
DOCUMENTATION = LICENSE README.md
-VERSION = v0.7
+VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.7-git")
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1