summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Khosrowshahi <alexk@vector35.com>2025-07-03 14:01:21 -0400
committerAlexander Khosrowshahi <alexk@vector35.com>2025-07-03 14:01:21 -0400
commitaa9f13d44a271d969d0ec69f5ce0ec159560e8c1 (patch)
tree6ff0b40a9fa69fb8d1f69a0ced2e359a7e3a3e02
parent533b8e546a00537d6945f5329decab4b74a5bf09 (diff)
Bump current core ABI version
-rw-r--r--binaryninjacore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 9e816a8a..b9237c0d 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 119
+#define BN_CURRENT_CORE_ABI_VERSION 120
// 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