From bf461ee42a40bf39c7099ef6492b66620a02ef1c Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Tue, 26 Jan 2021 19:14:43 +0100 Subject: [PATCH] fix version string --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d5a26db..b66dfe8 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ OPT = -O3 -Wall -Werror -Wunused-variable -Wsign-compare LIB = pugixml/ # determine git version/commit tag -GTAG := $(shell git tag | head -n1) +GTAG := $(shell git tag | tail -n1) GHSH := $(shell git rev-parse HEAD | head -c8) # define install location