Skip to content

Commit 83e8981

Browse files
committed
Update current abi version for get system cache directory
1 parent 9c09c16 commit 83e8981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 121
40+
#define BN_CURRENT_CORE_ABI_VERSION 122
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

0 commit comments

Comments
 (0)