From ecdf86738c73f6901a8855f449a2bb7ffd0fd5f9 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 18 Sep 2020 09:27:51 +0100 Subject: [PATCH] Bumped the patch library compatibility version number --- include/soul/patch/soul_patch_Library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/soul/patch/soul_patch_Library.h b/include/soul/patch/soul_patch_Library.h index 14d9279..25c5252 100755 --- a/include/soul/patch/soul_patch_Library.h +++ b/include/soul/patch/soul_patch_Library.h @@ -19,7 +19,7 @@ namespace patch /** The library compatibility API version is used to make sure this set of header files is compatible with the library that gets loaded. */ -static constexpr int currentLibraryAPIVersion = 0x1008; +static constexpr int currentLibraryAPIVersion = 0x1009; //============================================================================== /**