File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments