Skip to content

Commit

Permalink
increase version to 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle authored Nov 5, 2023
1 parent 75ea204 commit afb62aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vstgui/lib/vstguibase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

//-----------------------------------------------------------------------------
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit afb62aa

Please sign in to comment.