commit 75dabe9c6c53192dc6249134c8bb9e562fa915a0
parent 41567c099dbb8f2451f0609db7132d6316f5d52a
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Tue, 25 Jan 2022 11:31:02 +0100
Update version to 0.18.0
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/version.h b/include/clap/version.h
@@ -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 = {