From 440fdbbf1a6af2066dd4f6319cd56c5cc2140a92 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Sat, 5 Sep 2015 10:33:07 -0700 Subject: [PATCH] libusb 1.0.20-rc3 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 736655e..140a067 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 -2015-09-02: v1.0.20 +2015-09-05: v1.0.20-rc3 * Add Haiku support * Fix multiple memory and resource leaks (#16, #52, #76, #81) * Fix possible deadlock when executing transfer callback diff --git a/libusb/version.h b/libusb/version.h index 4d587b4..d5904ae 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 "-rc3" #endif diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 3178263..7583d7d 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11002 +#define LIBUSB_NANO 11003 -- 2.7.4