1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Updated versions and changelogs

This commit is contained in:
f4exb
2020-11-12 22:45:20 +01:00
parent d2710806bf
commit c4a25fee38
5 changed files with 45 additions and 5 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ void MainParser::parse(const QCoreApplication& app)
{
bool ok;
int maj = versionParts.at(0).toInt(&ok);
m_mimoSupport = ok && (maj > 3);
m_mimoSupport = ok && (maj > 4);
}
else
{