From a2f2c316fdb5d7f421e61b06beac512345b6e806 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 25 Jan 2014 22:43:39 +0000 Subject: [PATCH] libusb 1.0.18 --- AUTHORS | 1 + ChangeLog | 2 +- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1bc6375..c650646 100644 --- a/AUTHORS +++ b/AUTHORS @@ -69,3 +69,4 @@ Vitali Lovich Xiaofan Chen Zoltán Kovács Роман Донченко +xantares diff --git a/ChangeLog b/ChangeLog index 05d5750..9894d47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ For detailed information about the changes below, please see the git log or visit: http://log.libusb.info -2014-01-08: v1.0.18-rc1 +2014-01-25: v1.0.18 * Fix multiple memory leaks * Fix a crash when HID transfers return no data on Windows * Ensure all pending events are consumed diff --git a/libusb/version.h b/libusb/version.h index 05046a4..4a845c5 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 "-rc1" +#define LIBUSB_RC "" #endif diff --git a/libusb/version_nano.h b/libusb/version_nano.h index caddced..6f34761 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10865 +#define LIBUSB_NANO 10866 -- 2.7.4