commit 27f20f81dec40b930d79ef429fd35dcc2d45db5b
parent 6be954a8c5c9da3982c18ccf444f5a7f47dcd29b
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 2 Sep 2024 16:16:25 +0200
CLAP 1.2.2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/version.h b/include/clap/version.h
@@ -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 }