diff --git a/src/main.cpp b/src/main.cpp --- a/src/main.cpp +++ b/src/main.cpp @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) a.installEventFilter(&ttf); // log application information - qDebug() << "SerialPlot" << VERSION_STRING; + qDebug() << "Tempo Plotter" << VERSION_STRING; qDebug() << "Revision" << VERSION_REVISION; w.show();