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 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