Skip to content
Snippets Groups Projects
Commit f283af2a authored by Pete Batard's avatar Pete Batard
Browse files

libusbx-1.0.13

parent 310e5a22
No related branches found
Tags v1.0.14
No related merge requests found
......@@ -2,7 +2,7 @@ This file lists notable changes in each release.
For fine grained history, please see the git log at:
http://log.libusbx.org
2012-09-16: v1.0.13-rc1
2012-09-20: v1.0.13
* [MAJOR] Fix a typo in the API with struct libusb_config_descriptor where
MaxPower was used instead of bMaxPower, as defined in the specs. If your
application was accessing the MaxPower attribute, and you need to maintain
......
......@@ -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 ""
#endif
#define LIBUSB_NANO 10574
#define LIBUSB_NANO 10575
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment