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