diff options
author | Christian Hesse <mail@eworm.de> | 2017-10-20 11:24:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-10-20 11:24:31 +0200 |
commit | aa5a7c843aaabc78ec38017f91845fa92ce63ef9 (patch) | |
tree | 4b072e1555082fe99d8035f8869ac4346751ff79 | |
parent | 76e2b5e2202231a4b1fba229de8a493e606ee749 (diff) | |
download | netlink-notify-aa5a7c843aaabc78ec38017f91845fa92ce63ef9.tar.gz netlink-notify-aa5a7c843aaabc78ec38017f91845fa92ce63ef9.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: 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" >> $@ icons: icons/netlink-notify-up.png icons/netlink-notify-down.png icons/netlink-notify-address.png icons/netlink-notify-away.png |