From 9be96537af07b1f03a55550b932df6f5397c9e6b Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Wed, 30 Nov 2016 15:48:46 +0000 Subject: Remove support for reporting the approximate git tag. This was confusing because it would emit something like `v1.0.0-290-g08d4716` because the 1.1.0 and 1.2.0 releases didn't have a tag on the master branch so `git describe --tags` would just find the `v1.0.0` tag and report based on that tag. --- include/klee/Config/CompileTimeInfo.h.cmin | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/klee/Config/CompileTimeInfo.h.cmin b/include/klee/Config/CompileTimeInfo.h.cmin index 72dbc7b1..6f13537a 100644 --- a/include/klee/Config/CompileTimeInfo.h.cmin +++ b/include/klee/Config/CompileTimeInfo.h.cmin @@ -13,6 +13,5 @@ #define KLEE_BUILD_MODE "@CMAKE_BUILD_TYPE@ (Asserts: @ENABLE_KLEE_ASSERTS@)" #define KLEE_BUILD_REVISION "@KLEE_GIT_SHA1HASH@" -#define KLEE_BUILD_TAG "@KLEE_GIT_TAG@" #endif -- cgit 1.4.1