clap

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

commit 1c27af3de3d817f05ad6b39f81a313b69c154124
parent a1f991f0765cb82918400a5886273ac9e77f68ab
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  4 Apr 2022 10:23:14 +0200

Prepare clap 0.24.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 @@ -21,7 +21,7 @@ typedef struct clap_version { #endif static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MAJOR = 0; -static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 23; +static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 24; static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_REVISION = 0; static CLAP_CONSTEXPR const clap_version_t CLAP_VERSION = {