aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b42fe76..8e114e9 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ PREFIX ?= /usr/local
SHAREPREFIX ?= ${PREFIX}/share
MANPREFIX ?= ${PREFIX}/man
-VERSION = v0.3
+VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.3-git")
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1