diff --git a/src/Makefile b/src/Makefile index 59a2f4b53..9b8851252 100644 --- a/src/Makefile +++ b/src/Makefile @@ -124,7 +124,7 @@ COMPTIME := $(shell date +%s) VERSION_EXPORT := $Format:%D$ #VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)"|cut -d, -f2|$(SED) -r 's|.* (\w+/)?([^ ]+)|\2|') -VERSION_TAG := 4.0.0-rc4 +VERSION_TAG := 4.0.0-rc5 ## ## General compiler and linker options