Bump
This commit is contained in:
parent
c596f23a05
commit
495c16892f
@ -2,6 +2,8 @@
|
|||||||
# To pass variables to cpack from cmake, they must be configured
|
# To pass variables to cpack from cmake, they must be configured
|
||||||
# in this file.
|
# in this file.
|
||||||
|
|
||||||
|
set (CPACK_SET_DESTDIR true)
|
||||||
|
|
||||||
set (CPACK_PACKAGE_VENDOR "@PROJECT_VENDOR@")
|
set (CPACK_PACKAGE_VENDOR "@PROJECT_VENDOR@")
|
||||||
set (CPACK_PACKAGE_CONTACT "@PROJECT_CONTACT@")
|
set (CPACK_PACKAGE_CONTACT "@PROJECT_CONTACT@")
|
||||||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "@PROJECT_SUMMARY_DESCRIPTION@")
|
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "@PROJECT_SUMMARY_DESCRIPTION@")
|
||||||
|
@ -1039,7 +1039,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
|
|
||||||
void MainWindow::not_GA_warning_message ()
|
void MainWindow::not_GA_warning_message ()
|
||||||
{
|
{
|
||||||
QDate eol(2018, 7, 16);
|
QDate eol(2018, 7, 20);
|
||||||
|
|
||||||
if(QDate::currentDate() >= eol){
|
if(QDate::currentDate() >= eol){
|
||||||
MessageBox::critical_message (this, QString("This pre-release development build of FT8Call has expired."));
|
MessageBox::critical_message (this, QString("This pre-release development build of FT8Call has expired."));
|
||||||
|
Loading…
Reference in New Issue
Block a user