We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c410562 commit 133dea7Copy full SHA for 133dea7
include/clap/version.h
@@ -22,7 +22,7 @@ typedef struct clap_version {
22
23
#define CLAP_VERSION_MAJOR 1
24
#define CLAP_VERSION_MINOR 2
25
-#define CLAP_VERSION_REVISION 3
+#define CLAP_VERSION_REVISION 4
26
27
#define CLAP_VERSION_INIT \
28
{ (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }
0 commit comments