From c3dd39f4bea9bf41f8f5b2fad37698a8ce4ac7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 22 Dec 2016 08:54:38 +0100 Subject: build: also include working tree state in version information --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3