We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95d9a commit ecdf867Copy full SHA for ecdf867
include/soul/patch/soul_patch_Library.h
@@ -19,7 +19,7 @@ namespace patch
19
/** The library compatibility API version is used to make sure this set of header
20
files is compatible with the library that gets loaded.
21
*/
22
-static constexpr int currentLibraryAPIVersion = 0x1008;
+static constexpr int currentLibraryAPIVersion = 0x1009;
23
24
//==============================================================================
25
/**
0 commit comments