Skip to content

Commit 11dad74

Browse files
committed
Increment ABI versions for new APIs.
1 parent 4c278a5 commit 11dad74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

binaryninjacore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// Current ABI version for linking to the core. This is incremented any time
3838
// there are changes to the API that affect linking, including new functions,
3939
// new types, or modifications to existing functions or types.
40-
#define BN_CURRENT_CORE_ABI_VERSION 166
40+
#define BN_CURRENT_CORE_ABI_VERSION 167
4141

4242
// Minimum ABI version that is supported for loading of plugins. Plugins that
4343
// are linked to an ABI version less than this will not be able to load and

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 15
9+
#define BN_CURRENT_UI_ABI_VERSION 16
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 13
16+
#define BN_MINIMUM_UI_ABI_VERSION 16
1717

1818
#ifdef __GNUC__
1919
#ifdef BINARYNINJAUI_LIBRARY

0 commit comments

Comments
 (0)