build linker with branch name and full commit hash

This commit is contained in:
Nikita Smith
2024-10-30 15:16:34 -07:00
parent eba7500f73
commit c5d198e3e9
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#define BUILD_VERSION_PATCH 13
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
#define BUILD_VERSION_STRING Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH)
#define BUILD_TITLE "Epic Games Tools (R) RAD COFF/PE Linker " BUILD_VERSION_STRING
#define BUILD_TITLE "Epic Games Tools (R) RAD COFF/PE Linker " BUILD_VERSION_STRING " (" BUILD_GIT_BRANCH "-" BUILD_GIT_HASH_FULL ")"
////////////////////////////////