Build 0.8.0

This commit is contained in:
DavidXanatos 2021-06-13 19:30:40 +02:00
parent ada9a4976a
commit 1cded7949d
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{