mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-18 20:26:32 +01:00
Remove __TDATE__ to improve reproducibality
"This typically involves normalizing variables that may change, such as [...] timestamps, locales, and paths." https://en.wikipedia.org/w/index.php?title=Reproducible_builds&oldid=1029647675 Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
@@ -223,7 +223,6 @@ void AboutDialog::CreateInformationTab(ShuttleGui& AboutDialogGUI) {
|
||||
<< XO("The Build")
|
||||
<< wxT("</h3>\n<table>"); // start build info table
|
||||
|
||||
AddBuildInfoRow(&informationStr, XO("Program build date:"), __TDATE__);
|
||||
AddBuildInfoRow(&informationStr, XO("Commit Id:"), REV_IDENT);
|
||||
AddBuildInfoRow(&informationStr, XO("Build type:"), getBuildType().Translation());
|
||||
AddBuildInfoRow(&informationStr, XO("Compiler:"), getCompilerVersion());
|
||||
|
||||
Reference in New Issue
Block a user