From 0034b2afdcdb1614e78edaa2a9e22d5936aeae5d Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Sat, 24 Mar 2018 17:43:43 -0700 Subject: [PATCH] libusb 1.0.22 Signed-off-by: Chris Dickens --- ChangeLog | 2 +- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56f357e..e25c04f 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 -2018-03-17: v1.0.22: +2018-03-24: v1.0.22: * New libusb_set_option() API * Fix transfer timeout not being cleared upon resubmission * Report super speed plus devices on modern Linux and macOS diff --git a/libusb/version.h b/libusb/version.h index ab98b5b..c6dfe37 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 "-rc4" +#define LIBUSB_RC "" #endif diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 52c6b40..90a782a 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11311 +#define LIBUSB_NANO 11312 -- 2.7.4