Skip to content

Commit b5991a9

Browse files
committed
libusb 1.0.20
Signed-off-by: Chris Dickens <[email protected]>
1 parent 440fdbb commit b5991a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
For detailed information about the changes below, please see the git log or
22
visit: http://log.libusb.info
33

4-
2015-09-05: v1.0.20-rc3
4+
2015-09-13: v1.0.20
55
* Add Haiku support
66
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
77
* Fix possible deadlock when executing transfer callback

libusb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
#endif
1515
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
1616
#ifndef LIBUSB_RC
17-
#define LIBUSB_RC "-rc3"
17+
#define LIBUSB_RC ""
1818
#endif

libusb/version_nano.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define LIBUSB_NANO 11003
1+
#define LIBUSB_NANO 11004

0 commit comments

Comments
 (0)