Skip to content

Commit ec0727c

Browse files
committed
version bump
1 parent 3ebfaa8 commit ec0727c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.11.0 dev

hidapi/hidapi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
4949
@ingroup API
5050
*/
51-
#define HID_API_VERSION_MINOR 10
51+
#define HID_API_VERSION_MINOR 11
5252
/** @brief Static/compile-time patch version of the library.
5353
5454
@ingroup API
5555
*/
56-
#define HID_API_VERSION_PATCH 1
56+
#define HID_API_VERSION_PATCH 0
5757

5858
/* Helper macros */
5959
#define HID_API_AS_STR_IMPL(x) #x

0 commit comments

Comments
 (0)