aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:23:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:23:31 +0200
commit77ae2908c1bc8185192a5a19db9cc9b513570a69 (patch)
tree65abe55303c31128a7ae8aa1c7cd8786b644cf2f
parent9039e2098c4ee42a65afc899f09b4c8d5866b805 (diff)
downloadmpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.gz
mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.zst
use annotated (and signed) tags only
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d5a5d0..967cafa 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ config.h:
version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile
echo "#ifndef VERSION" > $@
- echo "#define VERSION \"$(shell git describe --tags --long 2>/dev/null || echo ${VERSION})\"" >> $@
+ echo "#define VERSION \"$(shell git describe --long 2>/dev/null || echo ${VERSION})\"" >> $@
echo "#endif" >> $@
README.html: README.md