clap

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

commit b6f3d0422899c672de1b659d34ff992d181c534a
parent f6fb0ba9d03ff77d63048977c387a7d42e6e83df
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu,  5 May 2022 15:26:14 +0200

Update version

Diffstat:
Minclude/clap/version.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/version.h b/include/clap/version.h @@ -21,8 +21,8 @@ typedef struct clap_version { #endif #define CLAP_VERSION_MAJOR ((uint32_t)0) -#define CLAP_VERSION_MINOR ((uint32_t)24) -#define CLAP_VERSION_REVISION ((uint32_t)1) +#define CLAP_VERSION_MINOR ((uint32_t)25) +#define CLAP_VERSION_REVISION ((uint32_t)0) #define CLAP_VERSION \ ((clap_version_t){CLAP_VERSION_MAJOR, CLAP_VERSION_MINOR, CLAP_VERSION_REVISION})