scmversion: Include the current commit hash

This commit is contained in:
Connor McLaughlin
2020-08-06 20:11:22 +10:00
parent 64b745fd56
commit 8bc6433be1
4 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#pragma once
extern const char* g_scm_hash_str;
extern const char* g_scm_branch_str;
extern const char* g_scm_tag_str;