From f627dfc2cdba45cebe920b58a33bf92ac3c620c3 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 12 Jan 2024 21:22:18 -0600 Subject: [PATCH] Increment plugin API version --- OpenRGBPluginInterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenRGBPluginInterface.h b/OpenRGBPluginInterface.h index 0799fe5ac..1a081dfec 100644 --- a/OpenRGBPluginInterface.h +++ b/OpenRGBPluginInterface.h @@ -25,8 +25,9 @@ | 1: OpenRGB 0.61 First versioned API, introduced with plugin settings changes | | 2: OpenRGB 0.7 First released versioned API, callback unregister functions in ResourceManager | | 3: OpenRGB 0.9 Use filesystem::path for paths, Added segments | +| 4: OpenRGB 1.0 Resizable effects-only zones, zone flags | \*-----------------------------------------------------------------------------------------------------*/ -#define OPENRGB_PLUGIN_API_VERSION 3 +#define OPENRGB_PLUGIN_API_VERSION 4 /*-----------------------------------------------------------------------------------------------------*\ | Plugin Tab Location Values |