commit bdd65fcf33ae0bb03d72af474c4940772bc09727
parent e2217fc468612241dc43230563bc95f32c622451
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 25 Jan 2023 18:33:54 +0100
Increase the draft iteration to avoid binary compatibility issues with older preset discovery plugins
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h
@@ -48,7 +48,7 @@
// Use it to retrieve const clap_preset_discovery_factory_t* from
// clap_plugin_entry.get_factory()
static const CLAP_CONSTEXPR char CLAP_PRESET_DISCOVERY_FACTORY_ID[] =
- "clap.preset-discovery-factory/draft-0";
+ "clap.preset-discovery-factory/draft-1";
#ifdef __cplusplus
extern "C" {