This commit is contained in:
Jordan Sherer 2018-07-10 00:56:17 -04:00
parent c596f23a05
commit 495c16892f
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
# To pass variables to cpack from cmake, they must be configured
# in this file.
set (CPACK_SET_DESTDIR true)
set (CPACK_PACKAGE_VENDOR "@PROJECT_VENDOR@")
set (CPACK_PACKAGE_CONTACT "@PROJECT_CONTACT@")
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "@PROJECT_SUMMARY_DESCRIPTION@")

View File

@ -1039,7 +1039,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
void MainWindow::not_GA_warning_message ()
{
QDate eol(2018, 7, 16);
QDate eol(2018, 7, 20);
if(QDate::currentDate() >= eol){
MessageBox::critical_message (this, QString("This pre-release development build of FT8Call has expired."));