diff options
author | Christian Hesse <mail@eworm.de> | 2017-10-20 11:22:35 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-10-20 11:22:35 +0200 |
commit | 6ae90465eac05d5e498745e9249243cd5311ea5b (patch) | |
tree | e8cd4b4a7b93685423783e752f304115306753c7 | |
parent | 825d388b8f5d275153969bed478d9d33be98a22c (diff) | |
download | udev-block-notify-6ae90465eac05d5e498745e9249243cd5311ea5b.tar.gz udev-block-notify-6ae90465eac05d5e498745e9249243cd5311ea5b.tar.zst |
use annotated (and signed) tags only
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ config.h: config.def.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 |