Skip to content

Commit

Permalink
on to 1.0.21-rc5
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hjelm <hjelmn@me.gov>
  • Loading branch information
hjelmn committed Sep 14, 2016
1 parent d11a1d1 commit 73d15d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ visit: http://log.libusb.info
* Linux: Deal with receiving POLLERR before all transfers have completed
* Solaris: Add solaris backend
* Windows: Add Visual Studio 2015 support
* Windows: Add usbdk backend
* Prevent attempts to recursively handle events
* Fix race condition in handle_timeout()
* Allow transferred argument to be optional in bulk APIs
Expand Down
2 changes: 1 addition & 1 deletion libusb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 "-rc5"
#endif
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11147
#define LIBUSB_NANO 11148

1 comment on commit 73d15d1

@seanm
Copy link
Contributor

@seanm seanm commented on 73d15d1 Sep 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"me.gov"? Is that a typo?

Please sign in to comment.