summaryrefslogtreecommitdiff
path: root/git-tag.h
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-23 17:46:19 -0700
committerJulian Blake Kongslie2022-06-23 17:46:19 -0700
commite94cf0292758b8af5744c2331403580e1792acf7 (patch)
tree984ffe5c6e50e0f42dcc5216e03b1cc9160e7cff /git-tag.h
downloadissim-e94cf0292758b8af5744c2331403580e1792acf7.tar.xz
Initial commit.
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;