clap

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

commit b10ee91cc34820b8fea26f30ff4d30e5c43d721f
parent f9b21130042030533ca808402196fcceb4668c62
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun, 28 Nov 2021 10:15:14 +0100

Raise clap version to 0.15.0

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 { } #endif -static CLAP_CONSTEXPR const clap_version CLAP_VERSION = {0, 14, 0}; +static CLAP_CONSTEXPR const clap_version CLAP_VERSION = {0, 15, 0}; static CLAP_CONSTEXPR inline bool clap_version_is_compatible(const clap_version &v) { // For version 0, we require the same minor version because