From afccc4b8e0a698b9e9ae39865162c671380e876a Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 31 Jul 2025 14:27:00 -0400 Subject: Add log message dialog for showing stack traces --- 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 89d2bdcd..b0197adc 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 9 +#define BN_CURRENT_UI_ABI_VERSION 10 // 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