Signed-off-by: Nathan Hjelm <hjelmn@me.gov>
* Linux: Deal with receiving POLLERR before all transfers have completed
* Solaris: Add solaris backend
* Windows: Add Visual Studio 2015 support
+* Windows: Add usbdk backend
* Prevent attempts to recursively handle events
* Fix race condition in handle_timeout()
* Allow transferred argument to be optional in bulk APIs
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC "-rc4"
+#define LIBUSB_RC "-rc5"
#endif
-#define LIBUSB_NANO 11147
+#define LIBUSB_NANO 11148