libusb 1.0.22-rc3

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
Chris Dickens
2018-02-24 02:02:34 -08:00
parent 8e03a6586c
commit 8681342edc
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
2018-01-27: v1.0.22:
2018-02-24: v1.0.22:
* New libusb_set_option() API
* Fix transfer timeout not being cleared upon resubmission
* Report super speed plus devices on modern Linux and macOS

View File

@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc2"
#define LIBUSB_RC "-rc3"
#endif

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11301
#define LIBUSB_NANO 11302