diff --git a/Makefile b/Makefile index d37f620..149918a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: @exit 1 else # Calculate version -DATE=$(shell git show --format="%cd" --date="format:%Y-%m-%d" --no-patch --no-show-signature) +DATE=$(shell git show --format="%cs" --no-patch --no-show-signature) REV=$(shell git describe --abbrev=7 --always --dirty) VERSION?=$(DATE)_$(REV)