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
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
3 changed files with 17 additions and 2 deletions

View File

@ -71,7 +71,7 @@ message (STATUS "******************************************************")
include (set_build_type)
# RC 0 or omitted is a development build, GA is a General Availability release build
set_build_type (RC 7)
set_build_type (GA)
set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}")
#

View File

@ -12,6 +12,21 @@
Copyright 2001 - 2021 by Joe Taylor, K1JT.
Release: WSJT-X 2.5.0
Sept 27, 2021
-------------------------
WSJT-X in this release is nearly identical to that in WSJT-X 2.4.0.
The Q65 decoder has been enhanced to measure and compensate for linear
frequency drift in Q65 signals. In addition, the Windows installation
package now includes version 3.0 of application MAP65 which has Q65
support to match and improve on its existing JT65 capabilities.
See the 2.5.0 release candidate notices below for a summaries of the
other changes included in this release. WSJT-X 2.5.0 is bundled with
Hamlib version 4.3.1 which includes important regression repairs over
the earlier 4.3 release.
Release: WSJT-X 2.5.0-rc6
Sept 6, 2021
-------------------------

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;