diff --git a/Makefile b/Makefile index 61baa38206..4848972b8f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ### when not available, specify GIT_VERSION on commnad line: ### ### ``` -### export GIT_VERSION=3.x.y-dev +### export GIT_VERSION=3.x.y-dev 11 ### ``` GIT_VERSION ?= $(shell git describe --long --abbrev=7 2>/dev/null || git describe --long --abbrev=7 --always)