Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10310d18cf | |||
| a74d8c9f6b |
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Version number components
|
||||
set (WSJTX_VERSION_MAJOR 0)
|
||||
set (WSJTX_VERSION_MINOR 6)
|
||||
set (WSJTX_VERSION_PATCH 4)
|
||||
set (WSJTX_VERSION_PATCH 5)
|
||||
set (WSJTX_RC 0) # release candidate number, comment out or zero for development versions
|
||||
set (WSJTX_VERSION_IS_RELEASE 0) # set to 1 for final release build
|
||||
|
||||
+1
-1
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user