From d64f6e091227882fac4dbb26be7987be693a83eb Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 10 Oct 2017 14:43:11 +0200 Subject: [PATCH] Version tag rc4 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 0e6cf79d3..59a2f4b53 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-rc3 +VERSION_TAG := 4.0.0-rc4 ## ## General compiler and linker options