mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-09 01:52:30 -04:00
First steps towards RC6.
This commit is contained in:
parent
9cb2eae76e
commit
52022e507e
@ -71,7 +71,7 @@ message (STATUS "******************************************************")
|
|||||||
|
|
||||||
include (set_build_type)
|
include (set_build_type)
|
||||||
# RC 0 or omitted is a development build, GA is a General Availability release build
|
# RC 0 or omitted is a development build, GA is a General Availability release build
|
||||||
set_build_type (RC 5)
|
set_build_type (RC 6)
|
||||||
set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}")
|
set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}")
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1117,9 +1117,9 @@ void MainWindow::not_GA_warning_message ()
|
|||||||
MessageBox::critical_message (this,
|
MessageBox::critical_message (this,
|
||||||
"This is a pre-release version of WSJT-X " + version (false) + " made\n"
|
"This is a pre-release version of WSJT-X " + version (false) + " made\n"
|
||||||
"available for testing purposes. By design it will\n"
|
"available for testing purposes. By design it will\n"
|
||||||
"be nonfunctional after October 30, 2024.");
|
"be nonfunctional after December 31, 2024.");
|
||||||
auto now = QDateTime::currentDateTimeUtc ();
|
auto now = QDateTime::currentDateTimeUtc ();
|
||||||
if (now >= QDateTime {{2024, 10, 30}, {23, 59, 59, 999}, Qt::UTC}) {
|
if (now >= QDateTime {{2024, 12, 31}, {23, 59, 59, 999}, Qt::UTC}) {
|
||||||
Q_EMIT finished ();
|
Q_EMIT finished ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user