File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66// there are changes to the API that affect linking, including new functions,
77// new types, modifications to existing functions or types, or new versions
88// of the Qt libraries.
9- #define BN_CURRENT_UI_ABI_VERSION 7
9+ #define BN_CURRENT_UI_ABI_VERSION 8
1010
1111// Minimum ABI version that is supported for loading of plugins. Plugins that
1212// are linked to an ABI version less than this will not be able to load and
1313// will require rebuilding. The minimum version is increased when there are
1414// incompatible changes that break binary compatibility, such as changes to
1515// existing types or functions, or a new version of Qt.
16- #define BN_MINIMUM_UI_ABI_VERSION 7
16+ #define BN_MINIMUM_UI_ABI_VERSION 8
1717
1818#ifdef __GNUC__
1919 #ifdef BINARYNINJAUI_LIBRARY
You can’t perform that action at this time.
0 commit comments