fix version string
This commit is contained in:
parent
4b337722bc
commit
bf461ee42a
2
makefile
2
makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user