From dae6bc865795255e9e85dad469719b49495a1838 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 14 Oct 2017 12:55:52 +0200 Subject: [PATCH] Version tag rc5 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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