From c6d7fc845dfcde15af332b40ac19def13a9334b8 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 26 Oct 2017 13:31:21 +0200 Subject: [PATCH] Restore VERSION_TAG in Makefile --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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