Skip to content

Commit

Permalink
Update version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Jan 25, 2022
1 parent 41567c0 commit 75dabe9
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 @@ -25,7 +25,7 @@ typedef struct clap_version {
#endif

static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MAJOR = 0;
static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 17;
static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 18;
static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_REVISION = 0;

static CLAP_CONSTEXPR const clap_version_t CLAP_VERSION = {
Expand Down

0 comments on commit 75dabe9

Please sign in to comment.