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 3ebfaa8 commit ec0727cCopy full SHA for ec0727c
VERSION
@@ -1 +1 @@
1
-0.10.1
+0.11.0 dev
hidapi/hidapi.h
@@ -48,12 +48,12 @@
48
49
@ingroup API
50
*/
51
-#define HID_API_VERSION_MINOR 10
+#define HID_API_VERSION_MINOR 11
52
/** @brief Static/compile-time patch version of the library.
53
54
55
56
-#define HID_API_VERSION_PATCH 1
+#define HID_API_VERSION_PATCH 0
57
58
/* Helper macros */
59
#define HID_API_AS_STR_IMPL(x) #x
0 commit comments