commit 0d78854bd1594ccf7aca22fcee2880e68e92f384 parent a09bd8329bfe0fa2edf041a5489bdccb00fea838 Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Wed, 23 Jun 2021 10:14:46 +0200 Update the clap version after the big changes Diffstat:
M | include/clap/clap.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -37,7 +37,7 @@ extern "C" { #endif -#define CLAP_VERSION CLAP_VERSION_MAKE(0, 5, 0) +#define CLAP_VERSION CLAP_VERSION_MAKE(0, 6, 0) ///////////// // PROCESS //