diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-07-31 14:27:00 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-08-01 14:35:05 -0400 |
| commit | afccc4b8e0a698b9e9ae39865162c671380e876a (patch) | |
| tree | 8cfee48a476f6503437f3f3e1dbabda497c85143 /ui/uitypes.h | |
| parent | 8df034ed6b3a1a52bd268ed43e783c35b687408f (diff) | |
Add log message dialog for showing stack traces
Diffstat (limited to 'ui/uitypes.h')
| -rw-r--r-- | ui/uitypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
