From e099f9fdf925b8c4522bba817807a2a9124c2b0a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 20 Oct 2017 11:22:11 +0200 Subject: use annotated (and signed) tags only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28add94..29c1b4b 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ cqrlogo.fcgi.static: lib/libcqrlogo.o cqrlogo.c cqrlogo.h config.h version.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" >> $@ config.h: config.def.h -- cgit v1.2.3-54-g00ecf