Add auto-generated Git version to window titles
This commit is contained in:
5
src/scmversion/scmversion.h
Normal file
5
src/scmversion/scmversion.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
extern const char* g_scm_branch_str;
|
||||
extern const char* g_scm_tag_str;
|
||||
|
||||
Reference in New Issue
Block a user