Skip to content

Commit 70feb19

Browse files
committed
Bump UI ABI Version
1 parent e812c40 commit 70feb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/uitypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
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

0 commit comments

Comments
 (0)