commit d850a7cc57ef4f0ce2a3dd32707adaabddb911a9
parent fb4937c5d1ca75a9f9c2e5c4b2b5b9b0e7aca4d6
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 10 Jan 2024 09:23:32 +0100
Update include/clap/entry.h
Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/entry.h b/include/clap/entry.h
@@ -73,7 +73,7 @@ typedef struct clap_plugin_entry {
//
// As stated above, even though hosts are forbidden to do so directly, multiple calls before any
// deinit() call may still happen. Implementations *should* take this into account, and *must*
- // do so as of CLAP 1.11.
+ // do so as of CLAP 1.2.0.
//
// It should be as fast as possible, in order to perform a very quick scan of the plugin
// descriptors.