on to 1.0.21-rc6

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
This commit is contained in:
Nathan Hjelm
2016-10-01 06:49:09 -06:00
parent 5fa6d3bb66
commit 4eca418ef5
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
2016-09-12: v1.0.21:
2016-10-01: v1.0.21:
* Core: Refactor code related to transfer flags and timeout handling
* Darwin: Ignore root hub simulation devices
* Darwin: Improved support for OS X El Capitan

View File

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

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11149
#define LIBUSB_NANO 11150