From afb62aa63f8415c6c3453d2d5c5e314d75945f9c Mon Sep 17 00:00:00 2001 From: scheffle Date: Sun, 5 Nov 2023 11:49:07 +0100 Subject: [PATCH] increase version to 4.14 --- vstgui/lib/vstguibase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vstgui/lib/vstguibase.h b/vstgui/lib/vstguibase.h index b05ba91fd..0559c550c 100644 --- a/vstgui/lib/vstguibase.h +++ b/vstgui/lib/vstguibase.h @@ -12,7 +12,7 @@ // VSTGUI Version //----------------------------------------------------------------------------- #define VSTGUI_VERSION_MAJOR 4 -#define VSTGUI_VERSION_MINOR 13 +#define VSTGUI_VERSION_MINOR 14 #define VSTGUI_VERSION_PATCHLEVEL 0 //----------------------------------------------------------------------------- @@ -545,6 +545,7 @@ struct BitScopeToggleT #define VSTGUI_NEWER_THAN_4_10 VSTGUI_NEWER_THAN (4, 10) #define VSTGUI_NEWER_THAN_4_11 VSTGUI_NEWER_THAN (4, 11) #define VSTGUI_NEWER_THAN_4_12 VSTGUI_NEWER_THAN (4, 12) +#define VSTGUI_NEWER_THAN_4_13 VSTGUI_NEWER_THAN (4, 13) } // VSTGUI