diff --git a/modules/mod-nyq-bench/NyqBench.cpp b/modules/mod-nyq-bench/NyqBench.cpp index b0909b2c6..c89f1bd5c 100755 --- a/modules/mod-nyq-bench/NyqBench.cpp +++ b/modules/mod-nyq-bench/NyqBench.cpp @@ -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); } diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 17ad2d1f2..15e94cde1 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -223,7 +223,6 @@ void AboutDialog::CreateInformationTab(ShuttleGui& AboutDialogGUI) { << XO("The Build") << wxT("\n"); // 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());