diff options
author | Christian Hesse <mail@eworm.de> | 2017-10-20 11:23:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-10-20 11:23:31 +0200 |
commit | 77ae2908c1bc8185192a5a19db9cc9b513570a69 (patch) | |
tree | 65abe55303c31128a7ae8aa1c7cd8786b644cf2f /Makefile | |
parent | 9039e2098c4ee42a65afc899f09b4c8d5866b805 (diff) | |
download | mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.gz mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.zst |
use annotated (and signed) tags only
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |