about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2016-12-01 21:54:00 +0000
committerGitHub <noreply@github.com>2016-12-01 21:54:00 +0000
commit74c6155ff3895e790d58689903b87308dfc05853 (patch)
treef5f6349e36b59acedd5278048f7a788a8da58f8b /include
parenta92a1c02de4d13451e5b94569449ad4a0e996692 (diff)
parent9be96537af07b1f03a55550b932df6f5397c9e6b (diff)
downloadklee-74c6155ff3895e790d58689903b87308dfc05853.tar.gz
Merge pull request #523 from delcypher/remove_klee_tag_output
Remove support for reporting the approximate git tag.
Diffstat (limited to 'include')
-rw-r--r--include/klee/Config/CompileTimeInfo.h.cmin1
1 files changed, 0 insertions, 1 deletions
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