From 18922fad9d7e378721433904dbabf100f4f841b1 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Tue, 17 Oct 2023 13:43:47 +0200 Subject: [PATCH] Update version.h to 1.1.9 --- 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 ff45ddf5..1b9cc234 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 1 -#define CLAP_VERSION_REVISION 8 +#define CLAP_VERSION_REVISION 9 #define CLAP_VERSION_INIT \ { (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }