clap

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

commit 1382ddd767531b6405c9e317789849d4adaecf77
parent baeb35b15be429a0c49ce054dc46ff4634b874a7
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu, 30 Jun 2022 15:02:59 +0200

Mark version 1.0.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 ((uint32_t)1) #define CLAP_VERSION_MINOR ((uint32_t)0) -#define CLAP_VERSION_REVISION ((uint32_t)2) +#define CLAP_VERSION_REVISION ((uint32_t)3) #define CLAP_VERSION_INIT {CLAP_VERSION_MAJOR, CLAP_VERSION_MINOR, CLAP_VERSION_REVISION} static const CLAP_CONSTEXPR clap_version_t CLAP_VERSION = CLAP_VERSION_INIT;