Update SbieAPI.cpp

This commit is contained in:
DavidXanatos 2022-06-28 09:47:07 +02:00
parent 360c1fbf54
commit 79f9f33034
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ SB_STATUS CSbieAPI::Connect(bool takeOver, bool withQueue)
//m->lastRecordNum = 0;
// Note: this lib is not using all functions hence it can be compatible with multiple driver ABI revisions
QStringList CompatVersions = QStringList () << "5.55.0";
QStringList CompatVersions = QStringList () << "5.57.0";
QString CurVersion = GetVersion();
if (!CompatVersions.contains(CurVersion))
{