Skip to content

Commit

Permalink
libusb 1.0.27
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 31, 2024
1 parent 055d852 commit d52e355
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

2024-01-28: v1.0.27-rc2
2024-01-31: v1.0.27
* 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 "-rc2"
#define LIBUSB_RC ""
#endif
2 changes: 1 addition & 1 deletion libusb/version_nano.h
@@ -1 +1 @@
#define LIBUSB_NANO 11881
#define LIBUSB_NANO 11882

0 comments on commit d52e355

Please sign in to comment.