Skip to content

Commit 1a8d91b

Browse files
committed
CLAP 1.2.2
1 parent 85e7e1d commit 1a8d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clap/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typedef struct clap_version {
2222

2323
#define CLAP_VERSION_MAJOR 1
2424
#define CLAP_VERSION_MINOR 2
25-
#define CLAP_VERSION_REVISION 1
25+
#define CLAP_VERSION_REVISION 2
2626

2727
#define CLAP_VERSION_INIT \
2828
{ (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }

0 commit comments

Comments
 (0)