From eff5302c323b47a2c89959ea54f2ab9b1e559f04 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 5 Feb 2025 16:41:12 +0100 Subject: [PATCH] update version.h for clap 1.2.4 --- include/clap/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/version.h b/include/clap/version.h index 78ac8b8c..1499f498 100644 --- a/include/clap/version.h +++ b/include/clap/version.h @@ -22,7 +22,7 @@ typedef struct clap_version { #define CLAP_VERSION_MAJOR 1 #define CLAP_VERSION_MINOR 2 -#define CLAP_VERSION_REVISION 3 +#define CLAP_VERSION_REVISION 4 #define CLAP_VERSION_INIT \ { (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }