clap

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

commit 1bb4b2de43dc651661b1111835a170190bea9dea
parent 1a1e538ed81d381467bf5d219cb02a0b3bebb026
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 28 Nov 2022 09:04:01 +0100

Update version to 1.1.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)1) -#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;