diff options
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; | ||
