From 390d5d27d4de6b7c9cb06b957a483bb2ab69f241 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 7 Jul 2022 21:03:29 -0400 Subject: Merge variables API/UI, variable liveness API for determining soundness of variable merges --- ui/uitypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/uitypes.h') diff --git a/ui/uitypes.h b/ui/uitypes.h index f16a84eb..b47444e4 100644 --- a/ui/uitypes.h +++ b/ui/uitypes.h @@ -6,7 +6,7 @@ // there are changes to the API that affect linking, including new functions, // new types, modifications to existing functions or types, or new versions // of the Qt libraries. -#define BN_CURRENT_UI_ABI_VERSION 5 +#define BN_CURRENT_UI_ABI_VERSION 6 // 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 -- cgit v1.3.1