Bump LIBUSB_API_VERSION
authorTormod Volden <debian.tormod@gmail.com>
Fri, 1 Oct 2021 21:57:14 +0000 (23:57 +0200)
committerNathan Hjelm <hjelmn@me.com>
Sat, 27 Nov 2021 17:05:00 +0000 (10:05 -0700)
LIBUSB_OPTION_NO_DEVICE_DISCOVERY is new.

Closes #1004

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
libusb/libusb.h
libusb/version_nano.h

index 53aeec5399ab5c4209e56161a5ea4a45f1aa0846..61cacc95afb7d7db5bb40b2698995a5f671b440f 100644 (file)
@@ -139,7 +139,7 @@ typedef SSIZE_T ssize_t;
  * Internally, LIBUSB_API_VERSION is defined as follows:
  * (libusb major << 24) | (libusb minor << 16) | (16 bit incremental)
  */
-#define LIBUSB_API_VERSION 0x01000108
+#define LIBUSB_API_VERSION 0x01000109
 
 /* The following is kept for compatibility, but will be deprecated in the future */
 #define LIBUSBX_API_VERSION LIBUSB_API_VERSION
index ff0c9979085d19332e0e2ae3b2c8b692cb191d0c..04fa88c15d801e27abfd92d7107035f6e2261f95 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11678
+#define LIBUSB_NANO 11679