diff options
| author | Julian Blake Kongslie | 2022-06-23 17:46:19 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-23 17:46:19 -0700 |
| commit | e94cf0292758b8af5744c2331403580e1792acf7 (patch) | |
| tree | 984ffe5c6e50e0f42dcc5216e03b1cc9160e7cff /git-tag.h | |
| download | issim-e94cf0292758b8af5744c2331403580e1792acf7.tar.xz | |
Initial commit.
Diffstat (limited to 'git-tag.h')
| -rw-r--r-- | git-tag.h | 5 |
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 | |||
| 5 | extern const std::string GIT_TAG; | ||
