clap

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

commit 00113aabdccf69c2e27ac269c35b369770e8fa73
parent efc6c607fba8371255e989b3ba2571eca24f6e65
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed,  5 Feb 2025 16:40:45 +0100

update version.h for clap 1.2.4

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 3 +#define CLAP_VERSION_REVISION 4 #define CLAP_VERSION_INIT \ { (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }