mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user