summaryrefslogtreecommitdiff
path: root/git-tag.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--git-tag.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/git-tag.h b/git-tag.h
index 280f0c7..0f36b73 100644
--- a/git-tag.h
+++ b/git-tag.h
@@ -1,5 +1,3 @@
1#pragma once 1#pragma once
2 2
3#include <string> 3extern const char *GIT_TAG;
4
5extern const std::string GIT_TAG;