clap

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

commit 309d1dae3ef7f24052f81874668d1de78ed224ae
parent 1d270e27e7326a73e3582a47923b4f14eab65065
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 18 Nov 2024 18:43:40 +0100

CLAP 1.2.3

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 @@ -22,7 +22,7 @@ typedef struct clap_version { #define CLAP_VERSION_MAJOR 1 #define CLAP_VERSION_MINOR 2 -#define CLAP_VERSION_REVISION 2 +#define CLAP_VERSION_REVISION 3 #define CLAP_VERSION_INIT \ { (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }