aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-22 08:54:38 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-22 08:54:38 +0100
commitc3dd39f4bea9bf41f8f5b2fad37698a8ce4ac7c5 (patch)
treeb46a707a4cc6b529e1bcb8f74392aca3bd7093ff
parentd7f5912eb1c044399c662329656ab0cca37a471b (diff)
downloadvis-c3dd39f4bea9bf41f8f5b2fad37698a8ce4ac7c5.tar.gz
vis-c3dd39f4bea9bf41f8f5b2fad37698a8ce4ac7c5.tar.xz
build: also include working tree state in version information
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04edbcf..d8695d8 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ PREFIX ?= /usr/local
SHAREPREFIX ?= ${PREFIX}/share
MANPREFIX ?= ${PREFIX}/man
-VERSION = $(shell git describe --always 2>/dev/null || echo "0.2")
+VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.2-git")
CONFIG_LUA ?= 1
CONFIG_LPEG ?= 0