From 9fc8b01c7763e6b20ddea853a7d2b15c67b0fa5a Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Fri, 2 Aug 2024 16:40:57 +0300 Subject: [PATCH] hid_send_output_report: bump version to 0.15.0 --- VERSION | 2 +- hidapi/hidapi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0548fb4e9..7092c7c46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 \ No newline at end of file +0.15.0 \ No newline at end of file diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index 06656442a..62ca8a80e 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -52,7 +52,7 @@ @ingroup API */ -#define HID_API_VERSION_MINOR 14 +#define HID_API_VERSION_MINOR 15 /** @brief Static/compile-time patch version of the library. @ingroup API