mirror of https://github.com/PCSX2/pcsx2.git
CI:Add build date to program log of nightly builds
This commit is contained in:
parent
83fcd4bd1f
commit
4c8bf53e69
|
@ -161,7 +161,7 @@ void SysLogMachineCaps()
|
||||||
// tagged commit - more modern implementation of dev build versioning
|
// tagged commit - more modern implementation of dev build versioning
|
||||||
// - there is no need to include the commit - that is associated with the tag,
|
// - there is no need to include the commit - that is associated with the tag,
|
||||||
// - git is implied and the tag is timestamped
|
// - git is implied and the tag is timestamped
|
||||||
Console.WriteLn(Color_StrongGreen, "\nPCSX2 Nightly - %s", GIT_TAG);
|
Console.WriteLn(Color_StrongGreen, "\nPCSX2 Nightly - %s Compiled on %s", GIT_TAG, __DATE__);
|
||||||
} else {
|
} else {
|
||||||
Console.WriteLn(Color_StrongGreen, "\nPCSX2 %u.%u.%u-%lld"
|
Console.WriteLn(Color_StrongGreen, "\nPCSX2 %u.%u.%u-%lld"
|
||||||
#ifndef DISABLE_BUILD_DATE
|
#ifndef DISABLE_BUILD_DATE
|
||||||
|
|
Loading…
Reference in New Issue