From d52e355daa09f17ce64819122cb067b8a2ee0d4b Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Wed, 31 Jan 2024 23:11:14 +0100 Subject: libusb 1.0.27 Signed-off-by: Tormod Volden --- ChangeLog | 2 +- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8e0cb4..3db5baa 100644 --- a/ChangeLog +++ b/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) diff --git a/libusb/version.h b/libusb/version.h index 19c7e14..ca9df20 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 2fc0da5..a6165f3 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11881 +#define LIBUSB_NANO 11882 -- cgit v1.2.3