--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -223,9 +223,9 @@ target_compile_definitions(${TARGET}
     PRIVATE
     CMAKE_BUILD
     JS8CALL_VERSION=\"${PROJECT_VERSION}\"
-    GITSHORT=\"${GIT_HASH}\"
-    MACHINE=\"${HOSTNAME}\"
-    UNAME=\"${USERNAME}\"
+    GITSHORT=\"\"
+    MACHINE=\"\"
+    UNAME=\"\"
 )
 
 string(TIMESTAMP TODAY_DATE "%m-%d-%Y")
--- a/JS8_UI/About.cpp
+++ b/JS8_UI/About.cpp
@@ -14,7 +14,6 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
     setWindowTitle("About JS8Call");
     ui->labelTxt->setText(QString(
         "<h3>%1</h3><br/ >"
-        "Build %2 on %3 by %4@%5<br />"
         "<h3>About the JS8Call Development Team</h3>"
         "<p align='left'>JS8Call is now being developed by the team that "
         "continued development of the original "
