From 31bde69a1f08c880ef1622f2586eea0daf3b0857 Mon Sep 17 00:00:00 2001 From: Youw Date: Mon, 3 Jan 2022 14:53:10 +0200 Subject: [PATCH] Fire v0.11.2 --- VERSION | 2 +- hidapi/hidapi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d9df1bbc0..a8839f70d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 +0.11.2 \ No newline at end of file diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index 21cbd9db5..3a2dab46e 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -53,7 +53,7 @@ @ingroup API */ -#define HID_API_VERSION_PATCH 0 +#define HID_API_VERSION_PATCH 2 /* Helper macros */ #define HID_API_AS_STR_IMPL(x) #x