commit a898dee7734edbd1982932f795865766a38930aa
parent cbe6b6b7a05811b730075d5c6697be52fdfe30fe
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 10 Jan 2024 09:21:01 +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
@@ -47,7 +47,7 @@ extern "C" {
// space, both the host and the wrapper will call init() and deinit() and have no means to communicate
// the state.
//
-// With clap 1.1.11 and beyond we are changing the spec to indicate that a host should make an
+// With CLAP 1.2.0 and beyond we are changing the spec to indicate that a host should make an
// absolute best effort to call init() and deinit() once, and always in matched pairs (for every
// init() which returns true, one deinit() should be called).
//