We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc3cd8 commit 6a8a2d5Copy full SHA for 6a8a2d5
binaryninjacore.h
@@ -37,7 +37,7 @@
37
// Current ABI version for linking to the core. This is incremented any time
38
// there are changes to the API that affect linking, including new functions,
39
// new types, or modifications to existing functions or types.
40
-#define BN_CURRENT_CORE_ABI_VERSION 98
+#define BN_CURRENT_CORE_ABI_VERSION 99
41
42
// Minimum ABI version that is supported for loading of plugins. Plugins that
43
// are linked to an ABI version less than this will not be able to load and
0 commit comments