Skip to content

Commit c279d5a

Browse files
committed
CLAP 1.2.3
1 parent 2132243 commit c279d5a

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 2
25+
#define CLAP_VERSION_REVISION 3
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)