Release note updates and release preparation

This commit is contained in:
Bill Somerville
2021-09-25 11:19:35 +01:00
parent 060739aa15
commit 59fbb6181b
3 changed files with 17 additions and 2 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-rc7");
a.setApplicationVersion ("3.0.0");
// switch off as we share an Info.plist file with WSJT-X
a.setAttribute (Qt::AA_DontUseNativeMenuBar);
MainWindow w;