We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fe4e7 commit b16e5f4Copy full SHA for b16e5f4
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 2
+#define CLAP_VERSION_REVISION 3
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