Skip to content

Commit

Permalink
CLAP 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 20, 2024
1 parent 86c1681 commit 961be0b
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 2
#define CLAP_VERSION_REVISION 1
#define CLAP_VERSION_REVISION 2

#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 961be0b

Please sign in to comment.