From 3c755e14d525a85f05e40c8a8ed785a77a218680 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 8 May 2012 23:04:44 +0100 Subject: libusbx-1.0.11 --- NEWS | 2 +- libusb/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 03f3b60..b8c9ad9 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ This file lists notable changes in each release. For fine grained history, please see the git log at: http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log -2012-05-06: v1.0.11 +2012-05-08: v1.0.11 * Revert removal of critical Windows event handling that was introduced in 1.0.10 * Fix a possible deadlock in Windows when submitting transfers * Add timestamped logging diff --git a/libusb/version.h b/libusb/version.h index e59dfcb..a67be48 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -9,9 +9,9 @@ #define LIBUSB_MICRO 11 #endif #ifndef LIBUSB_NANO -#define LIBUSB_NANO 10498 +#define LIBUSB_NANO 10499 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC -#define LIBUSB_RC "-rc1" +#define LIBUSB_RC "" #endif -- cgit v1.2.1