Update build information (#31)

* Update date format and add date to filename output

Date is now displayed numerically as YYYYMMDD

* Remove build date and SVN version
This commit is contained in:
rftrdev
2022-11-22 23:51:40 -08:00
committed by GitHub
parent 7a0a56762b
commit 1440f80c02
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -55,8 +55,8 @@
#endif
CHAR8 czVersionNumber[16] = { "Build 22.11.04" }; //YY.MM.DD
CHAR8 czVersionNumber[16] = { "Local build" };
CHAR16 zTrackingNumber[16] = { L"Z" };
CHAR16 zRevisionNumber[16] = { L"Revision 9405" };
CHAR16 zRevisionNumber[16] = { L"" };
// SAVE_GAME_VERSION is defined in header, change it there