commit bb842112810e7020fe2d7ccf301977416f5b708e
parent 9dba1aaab4c45341db9c85eeb380038171450884
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Sat, 5 Mar 2022 17:36:26 +0100
Update version to 0.20.0
Diffstat:
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 = 19;
+static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 20;
static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_REVISION = 0;
static CLAP_CONSTEXPR const clap_version_t CLAP_VERSION = {