From e94cf0292758b8af5744c2331403580e1792acf7 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 23 Jun 2022 17:46:19 -0700 Subject: Initial commit. --- git-tag.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 git-tag.h (limited to 'git-tag.h') 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 @@ +#pragma once + +#include + +extern const std::string GIT_TAG; -- cgit v1.2.3