From 03fc3d8e78baa21b31eee9040c9f8981f4f8e3bc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 22 Jan 2011 15:41:33 +0100 Subject: use --dirty in the version This add -dirty to the version string if the working copy has been modified. Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7252bc2..eeb2679 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION:=$(shell git describe | sed 's/^v//') +VERSION:=$(shell git describe --dirty | sed 's/^v//') MANDIR=/usr/share/man BINDIR=/usr/bin -- cgit v1.2.3-24-g4f1b