From 26273cd9f0343e283ca6824fea266963d0fba476 Mon Sep 17 00:00:00 2001 From: scheffle Date: Sun, 5 Mar 2023 09:05:33 +0100 Subject: [PATCH] increase version patchlevel --- vstgui/lib/vstguibase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vstgui/lib/vstguibase.h b/vstgui/lib/vstguibase.h index c3a42b7e1..de811408a 100644 --- a/vstgui/lib/vstguibase.h +++ b/vstgui/lib/vstguibase.h @@ -13,7 +13,7 @@ //----------------------------------------------------------------------------- #define VSTGUI_VERSION_MAJOR 4 #define VSTGUI_VERSION_MINOR 12 -#define VSTGUI_VERSION_PATCHLEVEL 1 +#define VSTGUI_VERSION_PATCHLEVEL 2 //----------------------------------------------------------------------------- // Platform definitions