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