commit 0768fcb049338f044cf76ff9e76d4dfff7795d41 parent 4a130d996d550a3db545d3a0070d2c0ac12f4967 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Tue, 7 Mar 2023 17:06:53 +0100 Raise preset-load version Diffstat:
M | include/clap/ext/draft/preset-load.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/preset-load.h b/include/clap/ext/draft/preset-load.h @@ -2,7 +2,7 @@ #include "../../plugin.h" -static const char CLAP_EXT_PRESET_LOAD[] = "clap.preset-load.draft/1"; +static const char CLAP_EXT_PRESET_LOAD[] = "clap.preset-load.draft/2"; #ifdef __cplusplus extern "C" {