commit c50d4ec3d25d6fdd73212baed96fbc57693c4556 parent 87e181ecda0f3a72129e50c0686cc2eda41984a9 Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Mon, 14 Mar 2022 20:47:40 +0100 Clap 0.22.0 Diffstat:
M | include/clap/version.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/version.h b/include/clap/version.h @@ -21,8 +21,8 @@ typedef struct clap_version { #endif static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MAJOR = 0; -static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 21; -static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_REVISION = 1; +static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 22; +static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_REVISION = 0; static CLAP_CONSTEXPR const clap_version_t CLAP_VERSION = { CLAP_VERSION_MAJOR, CLAP_VERSION_MINOR, CLAP_VERSION_REVISION};