clap

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

commit f63add06bb1137e3211b7ca06dffd1e27051f798
parent 41f97b7a62d4d749cf7cf2b5d34621f433c5ecef
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sun, 29 Jan 2023 11:41:24 +0100

begin 1.1.8

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