diff --git a/src/Makefile b/src/Makefile index 68731b383..93569fc52 100644 --- a/src/Makefile +++ b/src/Makefile @@ -127,8 +127,7 @@ COMPTIME := $(shell date +%s) # the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head" VERSION_EXPORT := $Format:%D$ -#VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/') -VERSION_TAG := 4.0.0-rc6 +VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/') ## ## General compiler and linker options