clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 63e749eb199ed6537706be2f44540666e1c149f0
parent a324d51a75567bd5fbc10e260b2ed542940ffe89
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue, 29 Jun 2021 14:24:24 +0200

Version 0.7.0

Diffstat:
Minclude/clap/version.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/version.h b/include/clap/version.h @@ -27,7 +27,7 @@ static inline uint32_t clap_version_revision(clap_version version) return version & 0xff; } -static const clap_version CLAP_VERSION = clap_version_make(0, 6, 0); +static const clap_version CLAP_VERSION = clap_version_make(0, 7, 0); #ifdef __cplusplus }