Update SbieAPI.cpp
This commit is contained in:
parent
86151dc880
commit
95b0734754
|
@ -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.56.0";
|
||||
QString CurVersion = GetVersion();
|
||||
if (!CompatVersions.contains(CurVersion))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue