From 1c205642d149d78f9ed4f4536621291843db459a Mon Sep 17 00:00:00 2001 From: De Stefano Date: Mon, 3 Oct 2016 23:15:50 +0200 Subject: [PATCH] Fix git tag. --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 029651c..c0cb8fb 100644 --- a/src/src.pro +++ b/src/src.pro @@ -35,7 +35,7 @@ greaterThan(NEED_GCOV_SUPPORT, 0) { GIT_VERSION = $$system(git describe --long --dirty --tags) DEFINES += GIT_VERSION=\\\"$$GIT_VERSION\\\" -GIT_TAG = $$system(git describe --abbrev=0 --tags) +GIT_TAG = $$system(git describe --abbrev=0) VERSION = $$replace(GIT_TAG, v,) PRIVATE_HEADERS += \