diff options
author | Pete Batard <pete@akeo.ie> | 2012-09-20 21:58:04 +0100 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2012-09-20 21:58:04 +0100 |
commit | f283af2ade9fe61bfdf94a58e881a02694f278ad (patch) | |
tree | 0f7d1892aedf1ba03bd15630c5a8bef74f923162 | |
parent | 310e5a22168f09e7131168d52b553fdd226d070e (diff) | |
download | libusb-f283af2ade9fe61bfdf94a58e881a02694f278ad.tar.gz |
libusbx-1.0.13
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | libusb/version.h | 2 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 diff --git a/libusb/version.h b/libusb/version.h index 8187119..dbc8acf 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index c0bd650..327d562 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10574 +#define LIBUSB_NANO 10575 |