Build 0.8.0
This commit is contained in:
parent
ada9a4976a
commit
1cded7949d
|
@ -285,7 +285,7 @@ SB_STATUS CSbieAPI::Connect(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.49.0";
|
||||
QStringList CompatVersions = QStringList () << "5.50.0";
|
||||
QString CurVersion = GetVersion();
|
||||
if (!CompatVersions.contains(CurVersion))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue