Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Feb 15, 2021
1 parent 6b18a25 commit 3020ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SandboxiePlus/QSbieAPI/SbieAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ SB_STATUS CSbieAPI::Connect(bool withQueue)

#ifndef _DEBUG
// Note: this lib is not using all functions hence it can be compatible with multiple driver ABI revisions
QStringList CompatVersions = QStringList () << "5.45.0" << "5.46.0";
QStringList CompatVersions = QStringList () << "5.48.0";
QString CurVersion = GetVersion();
if (!CompatVersions.contains(CurVersion))
{
Expand Down

0 comments on commit 3020ae8

Please sign in to comment.