We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf6b0 commit 666eaa9Copy full SHA for 666eaa9
cffi/source.c
@@ -6,6 +6,6 @@
6
#include <libyang/libyang.h>
7
#include <libyang/version.h>
8
9
-#if (LY_VERSION_MAJOR != 3)
10
-#error "This version of libyang bindings only works with libyang 3.x"
+#if (LY_VERSION_MAJOR != 3 || LY_VERSION_MINOR < 12)
+#error "This version of libyang bindings only works with libyang 3.12+"
11
#endif
0 commit comments