commit 383fd77e76289dbf2401c2dadb27f3836217f472
parent a6a7b6c362606c1ced8f4d655bb62078d0887b32
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 12 Dec 2022 14:30:57 +0100
version.h: 1.1.4
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)1)
-#define CLAP_VERSION_REVISION ((uint32_t)3)
+#define CLAP_VERSION_REVISION ((uint32_t)4)
#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;