Skip to content

Commit

Permalink
libusb 1.0.27-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
  • Loading branch information
tormodvolden committed Jan 28, 2024
1 parent 6558778 commit 2fad5a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,7 +1,7 @@
For detailed information about the changes below, please see the git log
or visit: http://log.libusb.info

2023-12-10: v1.0.27-rc1
2024-01-28: v1.0.27-rc2
* New libusb_init_context API to replace libusb_init
* New libusb_get_max_alt_packet_size API
* New libusb_get_platform_descriptor API (BOS)
Expand Down
2 changes: 1 addition & 1 deletion libusb/version.h
Expand Up @@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc1"
#define LIBUSB_RC "-rc2"
#endif
2 changes: 1 addition & 1 deletion libusb/version_nano.h
@@ -1 +1 @@
#define LIBUSB_NANO 11877
#define LIBUSB_NANO 11878

0 comments on commit 2fad5a8

Please sign in to comment.