From 822ae7b9a9c67582d764e73557cf970890ac50ff Mon Sep 17 00:00:00 2001 From: jsteube Date: Sun, 1 Oct 2017 17:17:48 +0200 Subject: [PATCH] RC2 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2a4800ebc..deaa39e6f 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-rc1 +VERSION_TAG := 4.0.0-rc2 ## ## General compiler and linker options