New MAP65 feature: read wsjtx.log to recognize EME contest dupes.

This commit is contained in:
Joe Taylor
2022-11-02 14:01:52 -04:00
parent cb19944508
commit dedc54e449
3 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ int main(int argc, char *argv[])
QApplication a {argc, argv};
// Override programs executable basename as application name.
a.setApplicationName ("MAP65");
a.setApplicationVersion ("3.0.0");
a.setApplicationVersion ("3.0.1");
// switch off as we share an Info.plist file with WSJT-X
a.setAttribute (Qt::AA_DontUseNativeMenuBar);
MainWindow w;