summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-03-10 11:14:17 -0400
committerAlexander Taylor <alex@vector35.com>2025-03-10 11:14:17 -0400
commit6a8a2d5f719506ffea5e4779b28924b211516671 (patch)
treee1835056c55d53032113fc1a677fc13092c58206
parent1fc3cd833f19ffa534f04caf541e88042124fd91 (diff)
Increment core ABI version for API change.
-rw-r--r--binaryninjacore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index baf5eb14..6104e71a 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 98
+#define BN_CURRENT_CORE_ABI_VERSION 99
// 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