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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user