commit 24a3df699319f3b2828e47db7313875c7ccc40b4 parent 67a225540969cf8fed46496f85d26226563be6ee Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Thu, 16 Dec 2021 16:37:49 +0100 Oups Diffstat:
M | include/clap/version.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/version.h b/include/clap/version.h @@ -31,4 +31,4 @@ typedef struct clap_version { // For version 0, we require the same minor version because // we may still break the ABI at this point #define clap_version_is_compatible(Version) \ - ((Version).major == CLAP_VERSION_MAJOR == 0 && (Version).minor == CLAP_VERSION_MINOR) + ((Version).major == CLAP_VERSION_MAJOR && (Version).minor == CLAP_VERSION_MINOR)