mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02: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:
parent
9f28fcd4a5
commit
8e61eb5c22
@ -1373,7 +1373,6 @@ void NyqBench::OnAbout(wxCommandEvent & e)
|
||||
i.SetCopyright(_("(C) 2009 by Leland Lucius"));
|
||||
i.SetDescription(_("External Audacity module which provides a simple IDE for writing effects."));
|
||||
i.SetName(_("Nyquist Effect Workbench"));
|
||||
i.SetVersion(__TDATE__);
|
||||
|
||||
wxAboutBox(i);
|
||||
}
|
||||
|
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user