Bump version to July 30

This commit is contained in:
Jordan Sherer 2018-07-15 16:12:57 -04:00
parent f229019ef5
commit f2b876df49

View File

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