Skip to content

Commit f01a269

Browse files
committed
Bump ABI versions after change to operand list representation
1 parent b8fb104 commit f01a269

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

binaryninjacore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
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 159
40+
#define BN_CURRENT_CORE_ABI_VERSION 160
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
4444
// will require rebuilding. The minimum version is increased when there are
4545
// incompatible changes that break binary compatibility, such as changes to
4646
// existing types or functions.
47-
#define BN_MINIMUM_CORE_ABI_VERSION 159
47+
#define BN_MINIMUM_CORE_ABI_VERSION 160
4848

4949
#ifdef __GNUC__
5050
#ifdef BINARYNINJACORE_LIBRARY

0 commit comments

Comments
 (0)