From f90d2a2478911c8b5ea81a990d0769a18fac3c33 Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Fri, 23 May 2025 10:42:23 +0300 Subject: [PATCH] bump version to 0.16.0 --- VERSION | 2 +- hidapi/hidapi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7092c7c46..d183d4ace 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 \ No newline at end of file +0.16.0 \ No newline at end of file diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index f88d9a128..cbc3107dd 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -52,7 +52,7 @@ @ingroup API */ -#define HID_API_VERSION_MINOR 15 +#define HID_API_VERSION_MINOR 16 /** @brief Static/compile-time patch version of the library. @ingroup API