1 Commits
v0.2 ... v0.3

Author SHA1 Message Date
bf461ee42a fix version string 2021-01-26 19:14:43 +01:00

View File

@@ -17,7 +17,7 @@ OPT = -O3 -Wall -Werror -Wunused-variable -Wsign-compare
LIB = pugixml/ LIB = pugixml/
# determine git version/commit tag # 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) GHSH := $(shell git rev-parse HEAD | head -c8)
# define install location # define install location