Skip to content

Commit ecdf867

Browse files
committed
Bumped the patch library compatibility version number
1 parent ef95d9a commit ecdf867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/soul/patch/soul_patch_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace patch
1919
/** The library compatibility API version is used to make sure this set of header
2020
files is compatible with the library that gets loaded.
2121
*/
22-
static constexpr int currentLibraryAPIVersion = 0x1008;
22+
static constexpr int currentLibraryAPIVersion = 0x1009;
2323

2424
//==============================================================================
2525
/**

0 commit comments

Comments
 (0)