summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-05 22:20:45 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-05 22:20:45 +0200
commit9e16002f57c849e0a370ef313f41000ea26303a2 (patch)
tree2e03bb31af9b948387f0726de441f14386390ffd /config.mk
parent3cdc72ad068b9e63295e3d2f941da403690ad966 (diff)
config.mk: Use git describe --dirty
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 8bad1a4..9c366de 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
PACKAGE ?= feh
-VERSION ?= ${shell git describe}
+VERSION ?= ${shell git describe --dirty}
# Prefix for all installed files
PREFIX ?= /usr/local