clap

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

commit f4ccab85192e28562709a107359ccea3be73d120
parent bd75ac3eb1d6133ea78f09187836912fee8c9f76
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 15 Jul 2022 08:41:41 +0200

Update version to 1.1.0

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)1) -#define CLAP_VERSION_MINOR ((uint32_t)0) -#define CLAP_VERSION_REVISION ((uint32_t)3) +#define CLAP_VERSION_MINOR ((uint32_t)1) +#define CLAP_VERSION_REVISION ((uint32_t)0) #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;