diff options
author | Uri Lublin <uril@redhat.com> | 2012-05-01 14:47:00 +0100 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2012-05-01 20:41:53 +0100 |
commit | ec1cc1cc5c2766c802cfb326636687c0a9459e0b (patch) | |
tree | fb8f88a9bca38d2f274c203c308c5344b3eeded1 /libusb/version.h | |
parent | 00d61a396c2e579caed927bcfae692e66f4dccc7 (diff) | |
download | libusb-ec1cc1cc5c2766c802cfb326636687c0a9459e0b.tar.gz |
Windows: Fix removal of usbi_fd_notification calls in submit_*_transfer
Commit 4cccbed825fe1dc13812 accidentally removed those calls,
when ! ifdef DYNAMIC_FDS blocks were removed.
Diffstat (limited to 'libusb/version.h')
-rw-r--r-- | libusb/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version.h b/libusb/version.h index e20a303..3862ed5 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -9,7 +9,7 @@ #define LIBUSB_MICRO 10 #endif #ifndef LIBUSB_NANO -#define LIBUSB_NANO 10485 +#define LIBUSB_NANO 10486 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC |