Bump EOL for v0.6.5

This commit is contained in:
Jordan Sherer 2018-09-29 18:05:47 -04:00
parent c54dfbbcda
commit a74d8c9f6b

View File

@ -1416,7 +1416,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
}
QDate eol(2018, 9, 30);
QDate eol(2018, 10, 8);
void MainWindow::expiry_warning_message()
{