diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-05-22 15:54:48 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-05-22 15:54:48 -0400 |
| commit | 1431470658095022491505636965660686302574 (patch) | |
| tree | 27feb0678f63a8516938368ad726fa8dc5d168e6 /binaryninjacore.h | |
| parent | 1615831207262558654877273662652860374756 (diff) | |
Bump abi version for new api
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 20bc8028..d5cc3238 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -37,7 +37,7 @@ // Current ABI version for linking to the core. This is incremented any time // there are changes to the API that affect linking, including new functions, // new types, or modifications to existing functions or types. -#define BN_CURRENT_CORE_ABI_VERSION 106 +#define BN_CURRENT_CORE_ABI_VERSION 107 // Minimum ABI version that is supported for loading of plugins. Plugins that // are linked to an ABI version less than this will not be able to load and |
