commit d67fde1fbd322f89e523966a79d5653932cd365e
parent 9518028533bf37457bb18cdf53edf90b1d78a1de
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 8 Mar 2022 22:20:25 +0100
Update to version 0.21.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 = 20;
+static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 21;
static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_REVISION = 0;
static CLAP_CONSTEXPR const clap_version_t CLAP_VERSION = {