Skip to content

Commit

Permalink
Update version.h to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Oct 17, 2023
1 parent 92d7ebe commit 18922fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typedef struct clap_version {

#define CLAP_VERSION_MAJOR 1
#define CLAP_VERSION_MINOR 1
#define CLAP_VERSION_REVISION 8
#define CLAP_VERSION_REVISION 9

#define CLAP_VERSION_INIT \
{ (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }
Expand Down

0 comments on commit 18922fa

Please sign in to comment.