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 | |
parent | use https for my mirror (diff) | |
download | mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.gz mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.bz2 mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.xz mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.tar.zst mpd-notification-77ae2908c1bc8185192a5a19db9cc9b513570a69.zip |
use annotated (and signed) tags only
-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 |