Skip to content

Commit

Permalink
libusb 1.0.24-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Dickens <[email protected]>
  • Loading branch information
dickens committed Nov 28, 2020
1 parent 0e6161d commit 42ad1d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libusb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
#define LIBUSB_MICRO 23
#define LIBUSB_MICRO 24
#endif
#ifndef LIBUSB_NANO
#define LIBUSB_NANO 0
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC ""
#define LIBUSB_RC "-rc1"
#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 11580
#define LIBUSB_NANO 11581

0 comments on commit 42ad1d1

Please sign in to comment.