aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:20:27 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-10-20 11:20:27 +0200
commit7d82b19cd6f402c1d29a5d1519cad2d0485db84d (patch)
tree678b32093591894d6a917514d8febbcf88abbc91
parentc849b6f15d22b44abdbfde57a03f877964b9f374 (diff)
downloadjournal-notify-7d82b19cd6f402c1d29a5d1519cad2d0485db84d.tar.gz
journal-notify-7d82b19cd6f402c1d29a5d1519cad2d0485db84d.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 57be8f2..206acad 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,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