commit 18922fad9d7e378721433904dbabf100f4f841b1
parent 92d7ebe55dafa47c20b9b5d5543b35abc21c4600
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 17 Oct 2023 13:43:20 +0200
Update version.h to 1.1.9
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 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 }