commit b627a555177d415a72f4faafc364cc2a47f13239
parent b312b47bfd04b74e5e787a0280333b0b66614620
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 22 Dec 2023 11:02:28 +0100
Update version.h to 1.2.0
Diffstat:
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
#define CLAP_VERSION_MAJOR 1
-#define CLAP_VERSION_MINOR 1
-#define CLAP_VERSION_REVISION 10
+#define CLAP_VERSION_MINOR 2
+#define CLAP_VERSION_REVISION 0
#define CLAP_VERSION_INIT \
{ (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }