summaryrefslogtreecommitdiff
path: root/git-tag.h
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-07-12 18:23:01 -0700
committerJulian Blake Kongslie2022-07-12 18:23:01 -0700
commitd876f6f12b7719a5f477a6ccabb943a32be05755 (patch)
tree3b1a00ae3fc4ef6e5922a4b6d1cddb6ed20cf737 /git-tag.h
parentStack storage for uarch stages. (diff)
downloadissim-main.tar.xz
Include diff and diffstat from git.HEADmain
Diffstat (limited to 'git-tag.h')
-rw-r--r--git-tag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-tag.h b/git-tag.h
index 0f36b73..0e742a5 100644
--- a/git-tag.h
+++ b/git-tag.h
@@ -1,3 +1,5 @@
1#pragma once 1#pragma once
2 2
3extern const char *GIT_TAG; 3extern const char *GIT_TAG;
4extern const char *GIT_DIFF;
5extern const char *GIT_STAT;