commit c03a0beb8a26eafbb0a3adc46582d3c13817b1eb
parent cb9104901b9e8231f976a229ddcedc0fb0ca54d9
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 15 Jun 2022 22:15:37 +0200
Update version.h
Diffstat:
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 {
#define CLAP_VERSION_MAJOR ((uint32_t)1)
#define CLAP_VERSION_MINOR ((uint32_t)0)
-#define CLAP_VERSION_REVISION ((uint32_t)1)
+#define CLAP_VERSION_REVISION ((uint32_t)2)
#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;